@Entity @IDMEntity(value=IDENTITY_CREDENTIAL) public class CredentialObject extends Object implements Serializable
| Constructor and Description |
|---|
CredentialObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCredential() |
Date |
getEffectiveDate() |
Date |
getExpiryDate() |
Long |
getId() |
IdentityObject |
getIdentityType() |
String |
getType() |
int |
hashCode() |
void |
setCredential(String credential) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpiryDate(Date expiryDate) |
void |
setId(Long id) |
void |
setIdentityType(IdentityObject identityType) |
void |
setType(String type) |
public Long getId()
public void setId(Long id)
public String getType()
public void setType(String type)
public String getCredential()
public void setCredential(String credential)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpiryDate()
public void setExpiryDate(Date expiryDate)
public IdentityObject getIdentityType()
public void setIdentityType(IdentityObject identityType)
Copyright © 2013. All Rights Reserved.