Package com.emc.d2fs.service.relation
Class RelationTypeConfig
java.lang.Object
com.emc.d2fs.service.relation.RelationTypeConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setChildType
(String childType) void
setDirectionKind
(int directionKind) void
setIsMultipleRelation
(Boolean isMultipleRelation) void
setParentChildLabel
(String parentChildLabel) void
setParentType
(String parentType) void
setRelationName
(String relationName)
-
Constructor Details
-
RelationTypeConfig
public RelationTypeConfig()
-
-
Method Details
-
getRelationName
-
getParentChildLabel
-
getIsMultipleRelation
-
setRelationName
-
setParentChildLabel
-
setIsMultipleRelation
-
getParentType
-
setParentType
-
getChildType
-
setChildType
-
getDirectionKind
public int getDirectionKind() -
setDirectionKind
public void setDirectionKind(int directionKind)
-