org.broadleafcommerce.catalog.domain
Interface BasePrice

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasePriceImpl

public interface BasePrice
extends java.io.Serializable

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

getId

java.lang.Long getId()
Gets the id.

Returns:
the id

setId

void setId(java.lang.Long id)
Sets the id.

Parameters:
id - the new id

getAmount

Money getAmount()
Gets the amount.

Returns:
the amount

setAmount

void setAmount(Money amount)
Sets the amount.

Parameters:
amount - the new amount

getStartDate

java.util.Date getStartDate()
Gets the start date.

Returns:
the start date

setStartDate

void setStartDate(java.util.Date startDate)
Sets the start date.

Parameters:
startDate - the new start date

getEndDate

java.util.Date getEndDate()
Gets the end date.

Returns:
the end date

setEndDate

void setEndDate(java.util.Date endDate)
Sets the end date.

Parameters:
endDate - the new end date

getSku

Sku getSku()
Gets the sku.

Returns:
the sku

setSku

void setSku(Sku sku)
Sets the sku.

Parameters:
sku - the new sku

getAuditable

Auditable getAuditable()
Gets the auditable.

Returns:
the auditable

setAuditable

void setAuditable(Auditable auditable)
Sets the auditable.

Parameters:
auditable - the new auditable


Copyright © 2010. All Rights Reserved.