Class MappingRelationship
- java.lang.Object
-
- com.microstrategy.web.tasks.models.MappingRelationship
-
public class MappingRelationship extends java.lang.ObjectCreated by Andrei on 05/23/2017.
-
-
Constructor Summary
Constructors Constructor Description MappingRelationship()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChangeType()java.lang.StringgetChildAttribute()intgetErtType()java.lang.StringgetParentAttribute()voidsetChangeType(int changeType)voidsetChildAttribute(java.lang.String childAttribute)voidsetErtType(int ertType)voidsetParentAttribute(java.lang.String parentAttribute)
-
-
-
Method Detail
-
getParentAttribute
public java.lang.String getParentAttribute()
-
setParentAttribute
public void setParentAttribute(java.lang.String parentAttribute)
-
getChildAttribute
public java.lang.String getChildAttribute()
-
setChildAttribute
public void setChildAttribute(java.lang.String childAttribute)
-
getErtType
public int getErtType()
-
setErtType
public void setErtType(int ertType)
-
getChangeType
public int getChangeType()
-
setChangeType
public void setChangeType(int changeType)
-
-