|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasePrice
The Interface BasePrice.
| Method Summary | |
|---|---|
Money |
getAmount()
Gets the amount. |
Auditable |
getAuditable()
Gets the auditable. |
java.util.Date |
getEndDate()
Gets the end date. |
java.lang.Long |
getId()
Gets the id. |
Sku |
getSku()
Gets the sku. |
java.util.Date |
getStartDate()
Gets the start date. |
void |
setAmount(Money amount)
Sets the amount. |
void |
setAuditable(Auditable auditable)
Sets the auditable. |
void |
setEndDate(java.util.Date endDate)
Sets the end date. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setSku(Sku sku)
Sets the sku. |
void |
setStartDate(java.util.Date startDate)
Sets the start date. |
| Method Detail |
|---|
java.lang.Long getId()
void setId(java.lang.Long id)
id - the new idMoney getAmount()
void setAmount(Money amount)
amount - the new amountjava.util.Date getStartDate()
void setStartDate(java.util.Date startDate)
startDate - the new start datejava.util.Date getEndDate()
void setEndDate(java.util.Date endDate)
endDate - the new end dateSku getSku()
void setSku(Sku sku)
sku - the new skuAuditable getAuditable()
void setAuditable(Auditable auditable)
auditable - the new auditable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||