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
Modifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEnd()
getType()
int
hashCode()
void
setEnd
(RelationshipTO.End end) void
setOtherEndKey
(String otherEndKey) void
setOtherEndName
(String otherEndName) void
setOtherEndType
(String otherEndType) void
-
Constructor Details
-
RelationshipTO
public RelationshipTO()
-
-
Method Details