org.nuiton.wikitty.test
Interface Product
- All Superinterfaces:
- org.nuiton.wikitty.entities.BusinessEntity, Cloneable, ProductDocumentation, ProductPicture, Serializable
- All Known Implementing Classes:
- ProductAbstract, ProductImpl
public interface Product
- extends org.nuiton.wikitty.entities.BusinessEntity, ProductPicture, ProductDocumentation
| Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
EXT_PRODUCT
static final String EXT_PRODUCT
- See Also:
- Constant Field Values
FIELD_PRODUCT_NAME
static final String FIELD_PRODUCT_NAME
- See Also:
- Constant Field Values
FQ_FIELD_PRODUCT_NAME
static final String FQ_FIELD_PRODUCT_NAME
- See Also:
- Constant Field Values
ELEMENT_FIELD_PRODUCT_NAME
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_PRODUCT_NAME
FIELD_PRODUCT_PRICE
static final String FIELD_PRODUCT_PRICE
- See Also:
- Constant Field Values
FQ_FIELD_PRODUCT_PRICE
static final String FQ_FIELD_PRODUCT_PRICE
- See Also:
- Constant Field Values
ELEMENT_FIELD_PRODUCT_PRICE
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_PRODUCT_PRICE
FIELD_PRODUCT_COLORS
static final String FIELD_PRODUCT_COLORS
- See Also:
- Constant Field Values
FQ_FIELD_PRODUCT_COLORS
static final String FQ_FIELD_PRODUCT_COLORS
- See Also:
- Constant Field Values
ELEMENT_FIELD_PRODUCT_COLORS
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_PRODUCT_COLORS
FIELD_PRODUCT_DATE
static final String FIELD_PRODUCT_DATE
- See Also:
- Constant Field Values
FQ_FIELD_PRODUCT_DATE
static final String FQ_FIELD_PRODUCT_DATE
- See Also:
- Constant Field Values
ELEMENT_FIELD_PRODUCT_DATE
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_PRODUCT_DATE
FIELD_PRODUCT_CATEGORY
static final String FIELD_PRODUCT_CATEGORY
- See Also:
- Constant Field Values
FQ_FIELD_PRODUCT_CATEGORY
static final String FQ_FIELD_PRODUCT_CATEGORY
- See Also:
- Constant Field Values
ELEMENT_FIELD_PRODUCT_CATEGORY
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_PRODUCT_CATEGORY
totalPrice
int totalPrice()
getName
String getName()
setName
void setName(String name)
getPriceFromProduct
int getPriceFromProduct()
setPriceFromProduct
void setPriceFromProduct(int priceFromProduct)
getColors
Set<String> getColors()
setColors
void setColors(Set<String> colors)
addAllColors
void addAllColors(Collection<String> colors)
addColors
void addColors(String... element)
removeColors
void removeColors(String... element)
clearColors
void clearColors()
getDate
Date getDate()
setDate
void setDate(Date date)
getCategory
String getCategory()
setCategory
void setCategory(String category)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.