@IdentityManaged(value=IdentityType.class) @Entity public class IdentityTypeEntity extends AttributedTypeEntity
| Constructor and Description |
|---|
IdentityTypeEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreatedDate() |
Date |
getExpirationDate() |
PartitionTypeEntity |
getPartition() |
String |
getTypeName() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setCreatedDate(Date createdDate) |
void |
setEnabled(boolean enabled) |
void |
setExpirationDate(Date expirationDate) |
void |
setPartition(PartitionTypeEntity partition) |
void |
setTypeName(String typeName) |
getId, setIdpublic String getTypeName()
public void setTypeName(String typeName)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public PartitionTypeEntity getPartition()
public void setPartition(PartitionTypeEntity partition)
public boolean equals(Object obj)
equals in class AttributedTypeEntitypublic int hashCode()
hashCode in class AttributedTypeEntityCopyright © 2024. All rights reserved.