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.
|
LocalDateTime |
getFinish()
Retrieve the finish date.
|
boolean |
getModified()
Retrieve the modified flag.
|
LocalDateTime |
getStart()
Retrieve the start date.
|
T |
getTotalAmount()
Retrieve the total amount.
|
int |
hashCode() |
void |
setAmountPerDay(T amountPerDay)
Set the amount per day.
|
void |
setFinish(LocalDateTime finish)
Set the finish date.
|
void |
setModified(boolean modified)
Set the modified flag.
|
void |
setStart(LocalDateTime start)
Set the start date.
|
void |
setTotalAmount(T totalAmount)
Set the total amount.
|
String |
toString() |
public LocalDateTime getStart()
public void setStart(LocalDateTime 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 LocalDateTime getFinish()
public void setFinish(LocalDateTime finish)
finish - finish dateCopyright © 2000–2025 MPXJ. All rights reserved.