public class

MappingRelationship

extends Object
java.lang.Object
   ↳ com.microstrategy.web.tasks.models.MappingRelationship

Class Overview

Created by Andrei on 05/23/2017.

Summary

Public Constructors
MappingRelationship()
Public Methods
int getChangeType()
String getChildAttribute()
int getErtType()
String getParentAttribute()
void setChangeType(int changeType)
void setChildAttribute(String childAttribute)
void setErtType(int ertType)
void setParentAttribute(String parentAttribute)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MappingRelationship ()

Public Methods

public int getChangeType ()

public String getChildAttribute ()

public int getErtType ()

public String getParentAttribute ()

public void setChangeType (int changeType)

public void setChildAttribute (String childAttribute)

public void setErtType (int ertType)

public void setParentAttribute (String parentAttribute)