|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.catalog.domain.ProductOptionValueImpl
@Entity public class ProductOptionValueImpl
| Field Summary | |
|---|---|
protected String |
attributeValue
|
protected Long |
displayOrder
|
protected Long |
id
|
protected BigDecimal |
priceAdjustment
|
protected ProductOption |
productOption
|
| Constructor Summary | |
|---|---|
ProductOptionValueImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAttributeValue()
Gets the option value. |
Long |
getDisplayOrder()
Returns the order that the option value should be displayed in. |
Long |
getId()
Returns unique identifier of the product option value. |
Money |
getPriceAdjustment()
Gets the price adjustment associated with this value. |
ProductOption |
getProductOption()
Returns the associated ProductOption |
void |
setAttributeValue(String attributeValue)
Sets the option value. |
void |
setDisplayOrder(Long displayOrder)
Sets the display order. |
void |
setId(Long id)
Sets the unique identifier of the product option value. |
void |
setPriceAdjustment(Money priceAdjustment)
Gets the price adjustment associated with this value. |
void |
setProductOption(ProductOption productOption)
Sets the associated product option. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected String attributeValue
protected Long displayOrder
protected BigDecimal priceAdjustment
protected ProductOption productOption
| Constructor Detail |
|---|
public ProductOptionValueImpl()
| Method Detail |
|---|
public Long getId()
ProductOptionValue
getId in interface ProductOptionValuepublic void setId(Long id)
ProductOptionValue
setId in interface ProductOptionValuepublic String getAttributeValue()
ProductOptionValue
getAttributeValue in interface ProductOptionValuepublic void setAttributeValue(String attributeValue)
ProductOptionValue
setAttributeValue in interface ProductOptionValuepublic Long getDisplayOrder()
ProductOptionValue
getDisplayOrder in interface ProductOptionValuepublic void setDisplayOrder(Long displayOrder)
ProductOptionValue
setDisplayOrder in interface ProductOptionValuepublic Money getPriceAdjustment()
ProductOptionValue
getPriceAdjustment in interface ProductOptionValuepublic void setPriceAdjustment(Money priceAdjustment)
ProductOptionValue
setPriceAdjustment in interface ProductOptionValuepublic ProductOption getProductOption()
ProductOptionValue
getProductOption in interface ProductOptionValuepublic void setProductOption(ProductOption productOption)
ProductOptionValue
setProductOption in interface ProductOptionValuepublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||