|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kim.api.identity.principal.PrincipalHistory.Builder
public static final class PrincipalHistory.Builder
A builder which can be used to construct PrincipalHistory
instances. Enforces the constraints of the PrincipalContract
.
Method Summary | |
---|---|
PrincipalHistory |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static PrincipalHistory.Builder |
create(PrincipalHistoryContract contract)
|
static PrincipalHistory.Builder |
create(String principalName)
|
org.joda.time.DateTime |
getActiveFromDate()
Gets the date for which the record become active. |
org.joda.time.DateTime |
getActiveToDate()
Gets the date for which the record become inactive. |
String |
getEntityId()
Gets this PrincipalContract 's identity id. |
Long |
getHistoryId()
|
String |
getObjectId()
Return the globally unique object id of this object. |
String |
getPrincipalId()
Gets this PrincipalContract 's id. |
String |
getPrincipalName()
Gets this PrincipalContract 's name. |
Long |
getVersionNumber()
Returns the version number for this object. |
boolean |
isActive()
The active indicator for an object. |
boolean |
isActive(org.joda.time.DateTime activeAsOf)
Returns if the record is active for a given Time. |
boolean |
isActiveNow()
|
void |
setActive(boolean active)
|
void |
setActiveFromDate(org.joda.time.DateTime activeFromDate)
|
void |
setActiveToDate(org.joda.time.DateTime activeToDate)
|
void |
setEntityId(String entityId)
|
void |
setHistoryId(Long historyId)
|
void |
setObjectId(String objectId)
|
void |
setPrincipalId(String principalId)
|
void |
setPrincipalName(String principalName)
|
void |
setVersionNumber(Long versionNumber)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PrincipalHistory.Builder create(String principalName)
public static PrincipalHistory.Builder create(PrincipalHistoryContract contract)
public PrincipalHistory build()
ModelBuilder
build
in interface ModelBuilder
public String getPrincipalId()
PrincipalContract
PrincipalContract
's id.
getPrincipalId
in interface PrincipalContract
PrincipalContract
, or null if none has been assigned.public String getPrincipalName()
PrincipalContract
PrincipalContract
's name.
getPrincipalName
in interface PrincipalContract
PrincipalContract
, this value cannot be null.public String getEntityId()
PrincipalContract
PrincipalContract
's identity id.
getEntityId
in interface PrincipalContract
PrincipalContract
, or null if none has been assigned.public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public Long getHistoryId()
getHistoryId
in interface Historical
public boolean isActiveNow()
isActiveNow
in interface Historical
public boolean isActive(org.joda.time.DateTime activeAsOf)
InactivatableFromTo
isActive
in interface InactivatableFromTo
public org.joda.time.DateTime getActiveFromDate()
InactivatableFromTo
getActiveFromDate
in interface InactivatableFromTo
public org.joda.time.DateTime getActiveToDate()
InactivatableFromTo
getActiveToDate
in interface InactivatableFromTo
public void setHistoryId(Long historyId)
public void setActiveFromDate(org.joda.time.DateTime activeFromDate)
public void setActiveToDate(org.joda.time.DateTime activeToDate)
public void setPrincipalId(String principalId)
public void setPrincipalName(String principalName)
public void setEntityId(String entityId)
public void setActive(boolean active)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |