Package org.apache.syncope.common.lib.to
Class MembershipTO
java.lang.Object
org.apache.syncope.common.lib.to.MembershipTO
- All Implemented Interfaces:
Serializable
,Attributable
,BaseBean
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getDerAttr
(String schema) getPlainAttr
(String schema) getVirAttr
(String schema) int
hashCode()
void
setGroupKey
(String groupKey) void
setGroupName
(String groupName) toString()
-
Constructor Details
-
MembershipTO
public MembershipTO()
-
-
Method Details
-
getGroupKey
-
setGroupKey
-
getGroupName
-
setGroupName
-
getPlainAttrs
- Specified by:
getPlainAttrs
in interfaceAttributable
-
getPlainAttr
- Specified by:
getPlainAttr
in interfaceAttributable
-
getDerAttrs
- Specified by:
getDerAttrs
in interfaceAttributable
-
getDerAttr
- Specified by:
getDerAttr
in interfaceAttributable
-
getVirAttrs
- Specified by:
getVirAttrs
in interfaceAttributable
-
getVirAttr
- Specified by:
getVirAttr
in interfaceAttributable
-
hashCode
public int hashCode() -
equals
-
toString
-