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 class
RelationshipTO.Builder
-
Constructor Summary
Constructors Constructor Description RelationshipTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getOtherEndKey()
String
getOtherEndName()
String
getOtherEndType()
String
getType()
int
hashCode()
void
setOtherEndKey(String otherEndKey)
void
setOtherEndName(String otherEndName)
void
setOtherEndType(String otherEndType)
void
setType(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)
-
-