Package org.apache.syncope.common.lib.to
Class RelationshipTO
java.lang.Object
org.apache.syncope.common.lib.to.RelationshipTO
- All Implemented Interfaces:
Serializable,BaseBean,AttributableTO
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDerAttr(String schema) getEnd()getPlainAttr(String schema) getType()inthashCode()voidsetEnd(RelationshipTO.End end) voidsetOtherEndKey(String otherEndKey) voidsetOtherEndName(String otherEndName) voidsetOtherEndType(String otherEndType) voidtoString()
-
Constructor Details
-
RelationshipTO
public RelationshipTO()
-
-
Method Details
-
getType
-
setType
-
getOtherEndType
-
setOtherEndType
-
getOtherEndKey
-
setOtherEndKey
-
getOtherEndName
-
setOtherEndName
-
getEnd
-
setEnd
-
getPlainAttrs
- Specified by:
getPlainAttrsin interfaceAttributableTO
-
getPlainAttr
- Specified by:
getPlainAttrin interfaceAttributableTO
-
getDerAttrs
- Specified by:
getDerAttrsin interfaceAttributableTO
-
getDerAttr
- Specified by:
getDerAttrin interfaceAttributableTO
-
hashCode
public int hashCode() -
equals
-
toString
-