|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractWorkRecord
Abstract class AbstractWorkRecord
| Method Summary | |
|---|---|
BigDecimal |
getBillableAmount()
Retrieves the possibly null value for the optional attribute billableAmount. |
short |
getBillingCurrency()
Retrieves the value for the attribute billingCurrency. |
short |
getDepotSelector()
Retrieves the value for the attribute depotSelector. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
short |
getDurationCalculationMode()
Retrieves the value for the attribute durationCalculationMode. |
int |
getDurationHours()
Retrieves the value for the attribute durationHours. |
int |
getDurationMinutes()
Retrieves the value for the attribute durationMinutes. |
Date |
getEndedAt()
Retrieves the possibly null value for the optional attribute endedAt. |
String |
getName()
Retrieves the value for the attribute name. |
Integer |
getPauseDurationHours()
Retrieves the possibly null value for the optional attribute pauseDurationHours. |
Integer |
getPauseDurationMinutes()
Retrieves the possibly null value for the optional attribute pauseDurationMinutes. |
BigDecimal |
getRate()
Retrieves the possibly null value for the optional attribute rate. |
short |
getRateType()
Retrieves the value for the attribute rateType. |
Date |
getStartedAt()
Retrieves the possibly null value for the optional attribute startedAt. |
CompoundBooking |
getWorkCb()
Retrieves the value for the reference workCb. |
boolean |
isBillable()
Retrieves the value for the attribute isBillable. |
void |
setBillable(boolean isBillable)
Sets a new value for the attribute isBillable. |
void |
setBillingCurrency(short billingCurrency)
Sets a new value for the attribute billingCurrency. |
void |
setDepotSelector(short depotSelector)
Sets a new value for the attribute depotSelector. |
void |
setDescription(String description)
Sets a new value for the attribute description. |
void |
setDurationCalculationMode(short durationCalculationMode)
Sets a new value for the attribute durationCalculationMode. |
void |
setDurationHours(int durationHours)
Sets a new value for the attribute durationHours. |
void |
setDurationMinutes(int durationMinutes)
Sets a new value for the attribute durationMinutes. |
void |
setEndedAt(Date endedAt)
Sets a new value for the attribute endedAt. |
void |
setName(String name)
Sets a new value for the attribute name. |
void |
setPauseDurationHours(Integer pauseDurationHours)
Sets a new value for the attribute pauseDurationHours. |
void |
setPauseDurationMinutes(Integer pauseDurationMinutes)
Sets a new value for the attribute pauseDurationMinutes. |
void |
setRate(BigDecimal rate)
Sets a new value for the attribute rate. |
void |
setRateType(short rateType)
Sets a new value for the attribute rateType. |
void |
setStartedAt(Date startedAt)
Sets a new value for the attribute startedAt. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Assignable |
|---|
assignToMe |
| Method Detail |
|---|
BigDecimal getBillableAmount()
billableAmount.
billableAmount.short getBillingCurrency()
billingCurrency.
billingCurrency.void setBillingCurrency(short billingCurrency)
billingCurrency.
billingCurrency - The non-null new value for attribute billingCurrency.short getDepotSelector()
depotSelector.
depotSelector.void setDepotSelector(short depotSelector)
depotSelector.
depotSelector - The non-null new value for attribute depotSelector.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.short getDurationCalculationMode()
durationCalculationMode.
durationCalculationMode.void setDurationCalculationMode(short durationCalculationMode)
durationCalculationMode.
durationCalculationMode - The non-null new value for attribute durationCalculationMode.int getDurationHours()
durationHours.
durationHours.void setDurationHours(int durationHours)
durationHours.
durationHours - The non-null new value for attribute durationHours.int getDurationMinutes()
durationMinutes.
durationMinutes.void setDurationMinutes(int durationMinutes)
durationMinutes.
durationMinutes - The non-null new value for attribute durationMinutes.Date getEndedAt()
endedAt.
endedAt.void setEndedAt(Date endedAt)
endedAt.
endedAt - The possibly null new value for attribute endedAt.boolean isBillable()
isBillable.
isBillable.void setBillable(boolean isBillable)
isBillable.
isBillable - The non-null new value for attribute isBillable.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.Integer getPauseDurationHours()
pauseDurationHours.
pauseDurationHours.void setPauseDurationHours(Integer pauseDurationHours)
pauseDurationHours.
pauseDurationHours - The possibly null new value for attribute pauseDurationHours.Integer getPauseDurationMinutes()
pauseDurationMinutes.
pauseDurationMinutes.void setPauseDurationMinutes(Integer pauseDurationMinutes)
pauseDurationMinutes.
pauseDurationMinutes - The possibly null new value for attribute pauseDurationMinutes.BigDecimal getRate()
rate.
rate.void setRate(BigDecimal rate)
rate.
rate - The possibly null new value for attribute rate.short getRateType()
rateType.
rateType.void setRateType(short rateType)
rateType.
rateType - The non-null new value for attribute rateType.Date getStartedAt()
startedAt.
startedAt.void setStartedAt(Date startedAt)
startedAt.
startedAt - The possibly null new value for attribute startedAt.CompoundBooking getWorkCb()
workCb.
null – value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||