public class TimeHourDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements TimeHourDetailContract
| Modifier | Constructor and Description |
|---|---|
|
TimeHourDetail() |
protected |
TimeHourDetail(TimeHourDetail t) |
| Modifier and Type | Method and Description |
|---|---|
TimeHourDetail |
copy() |
boolean |
equals(Object obj) |
BigDecimal |
getAmount()
The amount associated with the TimeHourDetail
|
String |
getEarnCode()
The EarnCode name associated with the TimeHourDetail
|
BigDecimal |
getHours()
The hours associated with the TimeHourDetail
|
String |
getTkTimeBlockId()
The id of the TimeBlock object associated with the TimeHourDetail
|
String |
getTkTimeHourDetailId()
The primary key of a TimeHourDetail entry saved in a database
|
int |
hashCode() |
void |
setAmount(BigDecimal amount) |
void |
setEarnCode(String earnCode) |
void |
setHours(BigDecimal hours) |
void |
setTkTimeBlockId(String tkTimeBlockId) |
void |
setTkTimeHourDetailId(String tkTimeHourDetailId) |
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, setVersionNumberclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic TimeHourDetail()
protected TimeHourDetail(TimeHourDetail t)
public TimeHourDetail copy()
public String getEarnCode()
TimeHourDetailContractearnCode for a TimeHourDetail
getEarnCode in interface TimeHourDetailContractpublic void setEarnCode(String earnCode)
public BigDecimal getHours()
TimeHourDetailContracthours for a TimeHourDetail
getHours in interface TimeHourDetailContractpublic void setHours(BigDecimal hours)
public BigDecimal getAmount()
TimeHourDetailContractamount for a TimeHourDetail
getAmount in interface TimeHourDetailContractpublic void setAmount(BigDecimal amount)
public String getTkTimeBlockId()
TimeHourDetailContracttkTimeBlockId for a TimeHourDetail
getTkTimeBlockId in interface TimeHourDetailContractpublic void setTkTimeBlockId(String tkTimeBlockId)
public void setTkTimeHourDetailId(String tkTimeHourDetailId)
public String getTkTimeHourDetailId()
TimeHourDetailContracttkTimeHourDetailId of a TimeHourDetail
getTkTimeHourDetailId in interface TimeHourDetailContractCopyright © 2004–2014 The Kuali Foundation. All rights reserved.