|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.kpme.tklm.leave.accrual.PrincipalAccrualRan
public class PrincipalAccrualRan
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
PrincipalAccrualRan()
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getLastRanDateTime()
The last time (DateTime) an accrual service ran * |
Date |
getLastRanTs()
The last time (Date) an accrual service ran |
String |
getPrincipalId()
The principalId that a last accrual service ran for |
void |
setLastRanDateTime(org.joda.time.DateTime lastRanDateTime)
|
void |
setLastRanTs(Date lastRanTs)
|
void |
setPrincipalId(String principalId)
|
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
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.krad.bo.PersistableBusinessObject |
---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Constructor Detail |
---|
public PrincipalAccrualRan()
Method Detail |
---|
public String getPrincipalId()
PrincipalAccrualRanContract
principalId of a PrincipalAccrualRan
getPrincipalId
in interface PrincipalAccrualRanContract
public void setPrincipalId(String principalId)
public Date getLastRanTs()
PrincipalAccrualRanContract
lastRanTs of a PrincipalAccrualRan
getLastRanTs
in interface PrincipalAccrualRanContract
public void setLastRanTs(Date lastRanTs)
public org.joda.time.DateTime getLastRanDateTime()
PrincipalAccrualRanContract
lastRanTs of a PrincipalAccrualRan
getLastRanDateTime
in interface PrincipalAccrualRanContract
public void setLastRanDateTime(org.joda.time.DateTime lastRanDateTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |