|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.business.StockEntityBean<Product>
fr.paris.lutece.plugins.stock.business.product.Product
@Entity public class Product
Product.
Constructor Summary | |
---|---|
Product()
Constructor. |
|
Product(Product product)
Constructor from an other product object. |
Method Summary | |
---|---|
java.util.Set<ProductAttributeDate> |
getAttributeDateList()
Returns dynamic attributes list. |
java.util.Set<ProductAttribute> |
getAttributeList()
Get the product list. |
java.util.Set<ProductAttributeNum> |
getAttributeNumList()
Returns dynamic attributes list. |
Category |
getCategory()
Get the category linked to the product. |
java.lang.String |
getDescription()
Return the product description. |
java.lang.Integer |
getId()
Return the product id. |
java.lang.String |
getName()
Return the product name. |
java.lang.Float |
getPrice()
Return the price. |
Provider |
getProvider()
Get the provider linked to the product. |
void |
setAttributeDateList(java.util.Set<ProductAttributeDate> dateAttribute)
Sets the attribute date list. |
void |
setAttributeList(java.util.Set<ProductAttribute> stringAttribute)
Sets the attribute list. |
void |
setAttributeNumList(java.util.Set<ProductAttributeNum> numAttribute)
Set attribute list. |
void |
setCategory(Category category)
Set the category linked to the product. |
void |
setDescription(java.lang.String description)
Set the product description. |
void |
setId(java.lang.Integer idProduct)
Set the product id. |
void |
setName(java.lang.String name)
Set the product name. |
void |
setPrice(java.lang.Float price)
Set the price. |
void |
setProvider(Provider provider)
Set the provider linked to the product. |
Methods inherited from class fr.paris.lutece.plugins.stock.business.StockEntityBean |
---|
getAttributeDateMap, getAttributeMap, getAttributeNumMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Product()
public Product(Product product)
product
- the productMethod Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer idProduct)
idProduct
- the product idpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the product descriptionpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the product namepublic java.lang.Float getPrice()
public void setPrice(java.lang.Float price)
price
- the pricepublic Category getCategory()
public void setCategory(Category category)
category
- the categorypublic Provider getProvider()
public void setProvider(Provider provider)
provider
- the providerpublic java.util.Set<ProductAttribute> getAttributeList()
getAttributeList
in class StockEntityBean<Product>
public void setAttributeList(java.util.Set<ProductAttribute> stringAttribute)
stringAttribute
- the new attribute listpublic java.util.Set<ProductAttributeDate> getAttributeDateList()
getAttributeDateList
in class StockEntityBean<Product>
public void setAttributeDateList(java.util.Set<ProductAttributeDate> dateAttribute)
dateAttribute
- the new attribute date listpublic java.util.Set<ProductAttributeNum> getAttributeNumList()
getAttributeNumList
in class StockEntityBean<Product>
public void setAttributeNumList(java.util.Set<ProductAttributeNum> numAttribute)
numAttribute
- numAttribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |