|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.impl.identity.EntityDefaultInfoCacheBo
@Entity public class EntityDefaultInfoCacheBo
Used to store a cache of person information to be used if the user's information disappears from KIM.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, newCollectionRecord, objectId |
Constructor Summary | |
---|---|
EntityDefaultInfoCacheBo()
|
|
EntityDefaultInfoCacheBo(EntityDefault entity)
|
Method Summary | |
---|---|
EntityDefault |
convertCacheToEntityDefaultInfo()
|
String |
getCampusCode()
|
String |
getEmployeeId()
|
String |
getEntityId()
|
String |
getEntityTypeCode()
|
String |
getFirstName()
|
String |
getLastName()
|
Timestamp |
getLastUpdateTimestamp()
|
String |
getMiddleName()
|
String |
getName()
|
String |
getPrimaryDepartmentCode()
|
String |
getPrincipalId()
|
String |
getPrincipalName()
|
Long |
getVersionNumber()
Returns the version number for this object. |
boolean |
isActive()
|
protected void |
prePersist()
Default implementation of the JPA PrePersist hook which generates the unique objectId for this
persistable business object if it does not already have one. |
protected void |
preUpdate()
Default implementation of the JPA PreUpdate hook which generates the unique objectId for this
persistable business object if it does not already have one. |
void |
setCampusCode(String campusCode)
|
void |
setEmployeeId(String employeeId)
|
void |
setEntityId(String entityId)
|
void |
setEntityTypeCode(String entityTypeCode)
|
void |
setFirstName(String firstName)
|
void |
setLastName(String lastName)
|
void |
setLastUpdateTimestamp(Timestamp lastUpdateTimestamp)
|
void |
setMiddleName(String middleName)
|
void |
setName(String name)
|
void |
setPrimaryDepartmentCode(String primaryDepartmentCode)
|
void |
setPrincipalId(String principalId)
|
void |
setPrincipalName(String principalName)
|
void |
setVersionNumber(Long versionNumber)
Sets the business object's version number. |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public EntityDefaultInfoCacheBo()
public EntityDefaultInfoCacheBo(EntityDefault entity)
Method Detail |
---|
public EntityDefault convertCacheToEntityDefaultInfo()
protected void prePersist()
PersistableBusinessObjectBase
PrePersist
hook which generates the unique objectId for this
persistable business object if it does not already have one. Any sub-class which overrides this method
should take care to invoke super.prePersist to ensure that the objectId for this persistable
business object is generated properly.
This method is currently invoked by the corresponding OJB PersistableBusinessObjectBase.beforeInsert(PersistenceBroker)
hook.
prePersist
in class PersistableBusinessObjectBase
protected void preUpdate()
PersistableBusinessObjectBase
PreUpdate
hook which generates the unique objectId for this
persistable business object if it does not already have one. Any sub-class which overrides this method
should take care to invoke super.preUpdate to ensure that the objectId for this persistable
business object is generated properly.
This method is currently invoked by the corresponding OJB PersistableBusinessObjectBase.beforeUpdate(PersistenceBroker)
hook.
preUpdate
in class PersistableBusinessObjectBase
public boolean isActive()
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
getVersionNumber
in class PersistableBusinessObjectBase
Versioned.getVersionNumber()
public void setVersionNumber(Long versionNumber)
PersistableBusinessObject
setVersionNumber
in interface PersistableBusinessObject
setVersionNumber
in class PersistableBusinessObjectBase
versionNumber
- the version number to set on this business objectVersioned.getVersionNumber()
public String getPrincipalId()
public void setPrincipalId(String principalId)
public String getPrincipalName()
public void setPrincipalName(String principalName)
public String getEntityId()
public void setEntityId(String entityId)
public String getEntityTypeCode()
public void setEntityTypeCode(String entityTypeCode)
public String getFirstName()
public void setFirstName(String firstName)
public String getMiddleName()
public void setMiddleName(String middleName)
public String getLastName()
public void setLastName(String lastName)
public String getName()
public void setName(String name)
public String getCampusCode()
public void setCampusCode(String campusCode)
public String getPrimaryDepartmentCode()
public void setPrimaryDepartmentCode(String primaryDepartmentCode)
public String getEmployeeId()
public void setEmployeeId(String employeeId)
public Timestamp getLastUpdateTimestamp()
public void setLastUpdateTimestamp(Timestamp lastUpdateTimestamp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |