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, setVersionNumber
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public TimeHourDetail()
protected TimeHourDetail(TimeHourDetail t)
public TimeHourDetail copy()
public String getEarnCode()
TimeHourDetailContract
earnCode for a TimeHourDetail
getEarnCode
in interface TimeHourDetailContract
public void setEarnCode(String earnCode)
public BigDecimal getHours()
TimeHourDetailContract
hours for a TimeHourDetail
getHours
in interface TimeHourDetailContract
public void setHours(BigDecimal hours)
public BigDecimal getAmount()
TimeHourDetailContract
amount for a TimeHourDetail
getAmount
in interface TimeHourDetailContract
public void setAmount(BigDecimal amount)
public String getTkTimeBlockId()
TimeHourDetailContract
tkTimeBlockId for a TimeHourDetail
getTkTimeBlockId
in interface TimeHourDetailContract
public void setTkTimeBlockId(String tkTimeBlockId)
public void setTkTimeHourDetailId(String tkTimeHourDetailId)
public String getTkTimeHourDetailId()
TimeHourDetailContract
tkTimeHourDetailId of a TimeHourDetail
getTkTimeHourDetailId
in interface TimeHourDetailContract
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.