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()
TimeHourDetailContract
hours for a TimeHourDetail
getHours
in interface TimeHourDetailContract
public String getTkTimeBlockId()
TimeHourDetailContract
tkTimeBlockId for a TimeHourDetail
getTkTimeBlockId
in interface TimeHourDetailContract
public String getTkTimeHourDetailId()
TimeHourDetailContract
tkTimeHourDetailId of a TimeHourDetail
getTkTimeHourDetailId
in interface TimeHourDetailContract
public String getEarnCode()
TimeHourDetailContract
earnCode for a TimeHourDetail
getEarnCode
in interface TimeHourDetailContract
public BigDecimal getAmount()
TimeHourDetailContract
amount for a TimeHourDetail
getAmount
in interface TimeHourDetailContract
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.