Package org.apache.syncope.common.lib.to
Class RelationshipTypeTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.RelationshipTypeTO
-
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
public class RelationshipTypeTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelationshipTypeTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getKey()
void
setDescription(String description)
void
setKey(String key)
-