org.nuiton.wikitty.test
Interface ProductPicture
- All Superinterfaces:
- org.nuiton.wikitty.entities.BusinessEntity, Cloneable, Serializable
- All Known Subinterfaces:
- Product
- All Known Implementing Classes:
- ProductAbstract, ProductImpl, ProductPictureAbstract, ProductPictureImpl
public interface ProductPicture
- extends org.nuiton.wikitty.entities.BusinessEntity
| Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
EXT_PRODUCTPICTURE
static final String EXT_PRODUCTPICTURE
- See Also:
- Constant Field Values
FIELD_PRODUCTPICTURE_PICTURE
static final String FIELD_PRODUCTPICTURE_PICTURE
- See Also:
- Constant Field Values
FQ_FIELD_PRODUCTPICTURE_PICTURE
static final String FQ_FIELD_PRODUCTPICTURE_PICTURE
- See Also:
- Constant Field Values
ELEMENT_FIELD_PRODUCTPICTURE_PICTURE
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_PRODUCTPICTURE_PICTURE
FIELD_PRODUCTPICTURE_PRICE
static final String FIELD_PRODUCTPICTURE_PRICE
- See Also:
- Constant Field Values
FQ_FIELD_PRODUCTPICTURE_PRICE
static final String FQ_FIELD_PRODUCTPICTURE_PRICE
- See Also:
- Constant Field Values
ELEMENT_FIELD_PRODUCTPICTURE_PRICE
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_PRODUCTPICTURE_PRICE
getPicture
String getPicture()
setPicture
void setPicture(String picture)
getPicturePrice
int getPicturePrice()
setPicturePrice
void setPicturePrice(int picturePrice)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.