|
||||||||||
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.hr.time.timeblock.TimeHourDetail
public class TimeHourDetail
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
|
TimeHourDetail()
|
protected |
TimeHourDetail(TimeHourDetail t)
|
Method Summary | |
---|---|
TimeHourDetail |
copy()
|
boolean |
equals(Object obj)
|
BigDecimal |
getAmount()
|
String |
getEarnCode()
|
BigDecimal |
getHours()
|
String |
getTkTimeBlockId()
|
String |
getTkTimeHourDetailId()
|
int |
hashCode()
|
void |
setAmount(BigDecimal amount)
|
void |
setEarnCode(String earnCode)
|
void |
setHours(BigDecimal hours)
|
void |
setTkTimeBlockId(String tkTimeBlockId)
|
void |
setTkTimeHourDetailId(String tkTimeHourDetailId)
|
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public TimeHourDetail()
protected TimeHourDetail(TimeHourDetail t)
Method Detail |
---|
public TimeHourDetail copy()
public String getEarnCode()
public void setEarnCode(String earnCode)
public BigDecimal getHours()
public void setHours(BigDecimal hours)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public String getTkTimeBlockId()
public void setTkTimeBlockId(String tkTimeBlockId)
public void setTkTimeHourDetailId(String tkTimeHourDetailId)
public String getTkTimeHourDetailId()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |