Package org.apache.syncope.common.lib.to
Class AnyTO
java.lang.Object
org.apache.syncope.common.lib.to.AnyTO
- All Implemented Interfaces:
Serializable
,Attributable
,BaseBean
,RealmMember
,EntityTO
- Direct Known Subclasses:
AnyObjectTO
,GroupTO
,UserTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getDerAttr
(String schema) abstract String
getKey()
getPlainAttr
(String schema) getRealm()
getType()
getVirAttr
(String schema) int
hashCode()
void
setCreationContext
(String creationContext) void
setCreationDate
(OffsetDateTime creationDate) void
setCreator
(String creator) void
setDiscriminator
(String discriminator) void
void
setLastChangeContext
(String lastChangeContext) void
setLastChangeDate
(OffsetDateTime lastChangeDate) void
setLastModifier
(String lastModifier) void
void
void
-
Constructor Details
-
AnyTO
public AnyTO()
-
-
Method Details
-
getDiscriminator
-
setDiscriminator
-
getCreator
-
setCreator
-
getCreationDate
-
setCreationDate
-
getCreationContext
-
setCreationContext
-
getLastModifier
-
setLastModifier
-
getLastChangeDate
-
setLastChangeDate
-
getLastChangeContext
-
setLastChangeContext
-
getETagValue
-
getKey
-
setKey
-
getType
-
setType
-
getRealm
- Specified by:
getRealm
in interfaceRealmMember
-
setRealm
- Specified by:
setRealm
in interfaceRealmMember
-
getDynRealms
-
getStatus
-
setStatus
-
getAuxClasses
- Specified by:
getAuxClasses
in interfaceRealmMember
-
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
-
getResources
- Specified by:
getResources
in interfaceRealmMember
-
hashCode
public int hashCode() -
equals
-