Package org.apache.syncope.common.lib.to
Class DelegationTO
java.lang.Object
org.apache.syncope.common.lib.to.AbstractStartEndBean
org.apache.syncope.common.lib.to.DelegationTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEnd()
getKey()
getRoles()
getStart()
int
hashCode()
void
setDelegated
(String delegated) void
setDelegating
(String delegating) void
Methods inherited from class org.apache.syncope.common.lib.to.AbstractStartEndBean
setEnd, setStart, toString
-
Constructor Details
-
DelegationTO
public DelegationTO()
-
-
Method Details
-
getKey
-
setKey
-
getDelegating
-
setDelegating
-
getDelegated
-
setDelegated
-
getRoles
-
getStart
- Overrides:
getStart
in classAbstractStartEndBean
-
getEnd
- Overrides:
getEnd
in classAbstractStartEndBean
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractStartEndBean
-
equals
- Overrides:
equals
in classAbstractStartEndBean
-