public class TimeHourDetailBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements TimeHourDetailContract
Modifier | Constructor and Description |
---|---|
|
TimeHourDetailBo() |
protected |
TimeHourDetailBo(TimeHourDetailBo t) |
Modifier and Type | Method and Description |
---|---|
TimeHourDetailBo |
copy() |
boolean |
equals(Object obj) |
static TimeHourDetailBo |
from(TimeHourDetail im) |
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) |
static TimeHourDetail |
to(TimeHourDetailBo bo) |
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
public TimeHourDetailBo()
protected TimeHourDetailBo(TimeHourDetailBo t)
public TimeHourDetailBo 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
public static TimeHourDetailBo from(TimeHourDetail im)
public static TimeHourDetail to(TimeHourDetailBo bo)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.