Package org.apache.syncope.common.lib.to
Class RelationshipTO
java.lang.Object
org.apache.syncope.common.lib.to.RelationshipTO
- All Implemented Interfaces:
Serializable,BaseBean
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEnd()getType()inthashCode()voidsetEnd(RelationshipTO.End end) voidsetOtherEndKey(String otherEndKey) voidsetOtherEndName(String otherEndName) voidsetOtherEndType(String otherEndType) void
-
Constructor Details
-
RelationshipTO
public RelationshipTO()
-
-
Method Details