public abstract class AbstractIdentityType extends AbstractAttributedType implements IdentityType
AttributedType.QUERY_ATTRIBUTECREATED_AFTER, CREATED_BEFORE, CREATED_DATE, ENABLED, EXPIRY_AFTER, EXPIRY_BEFORE, EXPIRY_DATE, PARTITIONID| Constructor and Description |
|---|
AbstractIdentityType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreatedDate()
Returns the date that this IdentityType instance was created.
|
Date |
getExpirationDate()
Returns the date that this IdentityType expires, or null if there is no expiry date.
|
Partition |
getPartition()
Returns the owning Partition for this identity object.
|
int |
hashCode() |
boolean |
isEnabled()
Indicates the current enabled status of this IdentityType.
|
void |
setCreatedDate(Date createdDate)
Sets the date that this
IdentityType was created. |
void |
setEnabled(boolean enabled)
Sets the current enabled status of this
IdentityType. |
void |
setExpirationDate(Date expirationDate)
Sets the date that this
IdentityType expires. |
void |
setPartition(Partition partition)
Sets the
Partition for this object. |
getAttribute, getAttributes, getAttributesMap, getId, removeAttribute, setAttribute, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributes, getId, removeAttribute, setAttribute, setIdpublic boolean isEnabled()
IdentityTypeisEnabled in interface IdentityTypepublic void setEnabled(boolean enabled)
IdentityTypeSets the current enabled status of this IdentityType.
setEnabled in interface IdentityType@AttributeProperty public Date getExpirationDate()
IdentityTypegetExpirationDate in interface IdentityTypepublic void setExpirationDate(Date expirationDate)
IdentityTypeSets the date that this IdentityType expires.
setExpirationDate in interface IdentityType@AttributeProperty public Date getCreatedDate()
IdentityTypegetCreatedDate in interface IdentityTypepublic void setCreatedDate(Date createdDate)
IdentityTypeSets the date that this IdentityType was created.
setCreatedDate in interface IdentityTypepublic Partition getPartition()
IdentityTypegetPartition in interface IdentityTypepublic void setPartition(Partition partition)
IdentityTypeSets the Partition for this object.
setPartition in interface IdentityTypepublic boolean equals(Object obj)
equals in class AbstractAttributedTypepublic int hashCode()
hashCode in class AbstractAttributedTypeCopyright © 2014. All Rights Reserved.