Package org.apache.syncope.common.lib.to
Class AnyTO
java.lang.Object
org.apache.syncope.common.lib.to.AnyTO
- All Implemented Interfaces:
Serializable,BaseBean,RealmMember,AttributableTO,EntityTO,RelatableTO
- Direct Known Subclasses:
AnyObjectTO,GroupTO,UserTO
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDerAttr(String schema) abstract StringgetKey()getPlainAttr(String schema) getRealm()getRelationship(String type, String otherKey) getType()inthashCode()voidsetCreationContext(String creationContext) voidsetCreationDate(OffsetDateTime creationDate) voidsetCreator(String creator) voidsetDiscriminator(String discriminator) voidvoidsetLastChangeContext(String lastChangeContext) voidsetLastChangeDate(OffsetDateTime lastChangeDate) voidsetLastModifier(String lastModifier) voidvoidvoid
-
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:
getRealmin interfaceRealmMember
-
setRealm
- Specified by:
setRealmin interfaceRealmMember
-
getDynRealms
-
getStatus
-
setStatus
-
getAuxClasses
- Specified by:
getAuxClassesin interfaceRealmMember
-
getPlainAttrs
- Specified by:
getPlainAttrsin interfaceAttributableTO
-
getPlainAttr
- Specified by:
getPlainAttrin interfaceAttributableTO
-
getDerAttrs
- Specified by:
getDerAttrsin interfaceAttributableTO
-
getDerAttr
- Specified by:
getDerAttrin interfaceAttributableTO
-
getResources
- Specified by:
getResourcesin interfaceRealmMember
-
getRelationship
- Specified by:
getRelationshipin interfaceRelatableTO
-
getRelationships
- Specified by:
getRelationshipsin interfaceRelatableTO
-
hashCode
public int hashCode() -
equals
-