T
- payload typepublic abstract class TimephasedItem<T> extends Object
Constructor and Description |
---|
TimephasedItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getAmountPerDay()
Retrieve the amount per day.
|
Date |
getFinish()
Retrieve the finish date.
|
boolean |
getModified()
Retrieve the modified flag.
|
Date |
getStart()
Retrieve the start date.
|
T |
getTotalAmount()
Retrieve the total amount.
|
int |
hashCode() |
void |
setAmountPerDay(T amountPerDay)
Set the amount per day.
|
void |
setFinish(Date finish)
Set the finish date.
|
void |
setModified(boolean modified)
Set the modified flag.
|
void |
setStart(Date start)
Set the start date.
|
void |
setTotalAmount(T totalAmount)
Set the total amount.
|
String |
toString() |
public Date getStart()
public void setStart(Date start)
start
- start datepublic T getAmountPerDay()
public void setAmountPerDay(T amountPerDay)
amountPerDay
- amount per daypublic boolean getModified()
public void setModified(boolean modified)
modified
- modified flagpublic T getTotalAmount()
public void setTotalAmount(T totalAmount)
totalAmount
- total amountpublic Date getFinish()
public void setFinish(Date finish)
finish
- finish dateCopyright © 2000–2017 Packwood Software. All rights reserved.