|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.catalog.domain.BasePriceImpl
public class BasePriceImpl
The Class BasePriceImpl.
| Field Summary | |
|---|---|
protected java.math.BigDecimal |
amount
The amount. |
protected Auditable |
auditable
The auditable. |
protected java.util.Date |
endDate
The end date. |
protected java.lang.Long |
id
The id. |
protected Sku |
sku
The sku. |
protected java.util.Date |
startDate
The start date. |
| Constructor Summary | |
|---|---|
BasePriceImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
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. |
int |
hashCode()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Long id
protected Auditable auditable
protected Sku sku
protected java.math.BigDecimal amount
protected java.util.Date startDate
protected java.util.Date endDate
| Constructor Detail |
|---|
public BasePriceImpl()
| Method Detail |
|---|
public java.lang.Long getId()
BasePrice
getId in interface BasePricepublic void setId(java.lang.Long id)
BasePrice
setId in interface BasePriceid - the new idpublic Money getAmount()
BasePrice
getAmount in interface BasePricepublic void setAmount(Money amount)
BasePrice
setAmount in interface BasePriceamount - the new amountpublic java.util.Date getStartDate()
BasePrice
getStartDate in interface BasePricepublic void setStartDate(java.util.Date startDate)
BasePrice
setStartDate in interface BasePricestartDate - the new start datepublic java.util.Date getEndDate()
BasePrice
getEndDate in interface BasePricepublic void setEndDate(java.util.Date endDate)
BasePrice
setEndDate in interface BasePriceendDate - the new end datepublic Sku getSku()
BasePrice
getSku in interface BasePricepublic void setSku(Sku sku)
BasePrice
setSku in interface BasePricesku - the new skupublic Auditable getAuditable()
BasePrice
getAuditable in interface BasePricepublic void setAuditable(Auditable auditable)
BasePrice
setAuditable in interface BasePriceauditable - the new auditablepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||