Package org.apache.syncope.common.lib.to
Class RelationshipTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.RelationshipTO
-
- All Implemented Interfaces:
Serializable,BaseBean
public class RelationshipTO extends Object implements BaseBean
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationshipTO.Builderstatic classRelationshipTO.End
-
Constructor Summary
Constructors Constructor Description RelationshipTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)RelationshipTO.EndgetEnd()StringgetOtherEndKey()StringgetOtherEndName()StringgetOtherEndType()StringgetType()inthashCode()voidsetEnd(RelationshipTO.End end)voidsetOtherEndKey(String otherEndKey)voidsetOtherEndName(String otherEndName)voidsetOtherEndType(String otherEndType)voidsetType(String type)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getOtherEndType
public String getOtherEndType()
-
setOtherEndType
public void setOtherEndType(String otherEndType)
-
getOtherEndKey
public String getOtherEndKey()
-
setOtherEndKey
public void setOtherEndKey(String otherEndKey)
-
getOtherEndName
public String getOtherEndName()
-
setOtherEndName
public void setOtherEndName(String otherEndName)
-
getEnd
public RelationshipTO.End getEnd()
-
setEnd
public void setEnd(RelationshipTO.End end)
-
-