Class RelationTypeConfig

java.lang.Object
com.emc.d2fs.service.relation.RelationTypeConfig

public class RelationTypeConfig extends Object
  • Constructor Details

    • RelationTypeConfig

      public RelationTypeConfig()
  • Method Details

    • getRelationName

      public String getRelationName()
    • getParentChildLabel

      public String getParentChildLabel()
    • getIsMultipleRelation

      public Boolean getIsMultipleRelation()
    • setRelationName

      public void setRelationName(String relationName)
    • setParentChildLabel

      public void setParentChildLabel(String parentChildLabel)
    • setIsMultipleRelation

      public void setIsMultipleRelation(Boolean isMultipleRelation)
    • getParentType

      public String getParentType()
    • setParentType

      public void setParentType(String parentType)
    • getChildType

      public String getChildType()
    • setChildType

      public void setChildType(String childType)
    • getDirectionKind

      public int getDirectionKind()
    • setDirectionKind

      public void setDirectionKind(int directionKind)