public final class TimeHourDetail extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements TimeHourDetailContract
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeHourDetail.Builder
A builder which can be used to construct
TimeHourDetail instances. |
| Modifier and Type | Method and Description |
|---|---|
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 |
getObjectId() |
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
|
Long |
getVersionNumber() |
public BigDecimal getHours()
TimeHourDetailContracthours for a TimeHourDetail
getHours in interface TimeHourDetailContractpublic String getTkTimeBlockId()
TimeHourDetailContracttkTimeBlockId for a TimeHourDetail
getTkTimeBlockId in interface TimeHourDetailContractpublic String getTkTimeHourDetailId()
TimeHourDetailContracttkTimeHourDetailId of a TimeHourDetail
getTkTimeHourDetailId in interface TimeHourDetailContractpublic String getEarnCode()
TimeHourDetailContractearnCode for a TimeHourDetail
getEarnCode in interface TimeHourDetailContractpublic BigDecimal getAmount()
TimeHourDetailContractamount for a TimeHourDetail
getAmount in interface TimeHourDetailContractpublic Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic String getObjectId()
getObjectId in interface org.kuali.rice.core.api.mo.common.GloballyUniqueCopyright © 2004–2014 The Kuali Foundation. All rights reserved.