public class StoredIDStore.PersistentIdEntry extends Object implements Serializable
Constructor and Description |
---|
StoredIDStore.PersistentIdEntry()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreationTime()
Gets the time the identifier was created.
|
Timestamp |
getDeactivationTime()
Gets the time the identifier was deactivated.
|
String |
getLocalEntityId()
Gets the ID of the entity that issued the identifier.
|
String |
getLocalId()
Gets the local ID component of the persistent identifier.
|
String |
getPeerEntityId()
Gets the ID of the entity to which the identifier was issued.
|
String |
getPeerProvidedId()
Gets the ID, provided by the peer, associated with this ID.
|
String |
getPersistentId()
Gets the persistent identifier.
|
String |
getPrincipalName()
Gets the name of the principal the identifier represents.
|
void |
setCreationTime(Timestamp time)
Sets the time the identifier was created.
|
void |
setDeactivationTime(Timestamp time)
Sets the time the identifier was deactivated.
|
void |
setLocalEntityId(String id)
Sets the ID of the entity that issued the identifier.
|
void |
setLocalId(String id)
Sets the local ID component of the persistent identifier.
|
void |
setPeerEntityId(String id)
Sets the ID of the entity to which the identifier was issued.
|
void |
setPeerProvidedId(String id)
Sets the ID, provided by the peer, associated with this ID.
|
void |
setPersistentId(String id)
Set the persistent identifier.
|
void |
setPrincipalName(String name)
Sets the name of the principal the identifier represents.
|
String |
toString() |
public StoredIDStore.PersistentIdEntry()
public String getLocalEntityId()
public void setLocalEntityId(String id)
id
- ID of the entity that issued the identifierpublic String getPeerEntityId()
public void setPeerEntityId(String id)
id
- ID of the entity to which the identifier was issuedpublic String getPrincipalName()
public void setPrincipalName(String name)
name
- name of the principal the identifier representspublic String getLocalId()
public void setLocalId(String id)
id
- local ID component of the persistent identifierpublic String getPersistentId()
public void setPersistentId(String id)
id
- the persistent identifierpublic String getPeerProvidedId()
public void setPeerProvidedId(String id)
id
- ID, provided by the peer, associated with this IDpublic Timestamp getCreationTime()
public void setCreationTime(Timestamp time)
time
- time the identifier was createdpublic Timestamp getDeactivationTime()
public void setDeactivationTime(Timestamp time)
time
- the time the identifier was deactivatedCopyright © 1999–2014. All rights reserved.