public class StoredIDStore.PersistentIdEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private Timestamp |
creationTime
Time the identifier was created.
|
private Timestamp |
deactivationTime
Time the identifier was deactivated.
|
private String |
localEntityId
ID of the entity that issued that identifier.
|
private String |
localId
Local component portion of the persistent ID entry.
|
private String |
peerEntityId
ID of the entity to which the identifier was issued.
|
private String |
peerProvidedId
ID, associated with the persistent identifier, provided by the peer.
|
private String |
persistentId
The persistent identifier.
|
private String |
principalName
Name of the principal represented by the identifier.
|
private static long |
serialVersionUID
Serial version UID .
|
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() |
private static final long serialVersionUID
private String localEntityId
private String peerEntityId
private String principalName
private String localId
private String persistentId
private String peerProvidedId
private Timestamp creationTime
private Timestamp deactivationTime
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-2012. All Rights Reserved.