Class MappingRelationship
- java.lang.Object
-
- com.microstrategy.web.tasks.models.MappingRelationship
-
public class MappingRelationship extends java.lang.Object
Created 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 int
getChangeType()
java.lang.String
getChildAttribute()
int
getErtType()
java.lang.String
getParentAttribute()
void
setChangeType(int changeType)
void
setChildAttribute(java.lang.String childAttribute)
void
setErtType(int ertType)
void
setParentAttribute(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)
-
-