|
||||||||||
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<Category>
fr.paris.lutece.plugins.stock.business.category.Category
@Entity public class Category
Category.
Constructor Summary | |
---|---|
Category()
Constructor. |
|
Category(Category category)
Build a new category from a category object. |
Method Summary | |
---|---|
java.util.Set<CategoryAttributeDate> |
getAttributeDateList()
Gets the attribute date list. |
java.util.Set<CategoryAttribute> |
getAttributeList()
Gets the attribute list. |
java.util.Set<CategoryAttributeNum> |
getAttributeNumList()
Gets the attribute num list. |
java.util.Set<Category> |
getChildrenList()
Return the children list. |
java.lang.String |
getDescription()
Return the category description. |
java.lang.Integer |
getId()
Return category id. |
java.lang.String |
getName()
Return the category name. |
Category |
getParent()
return the category parent. |
java.util.List<Product> |
getProductSet()
Return the product list. |
Provider |
getProvider()
Return the provider. |
void |
setAttributeDateList(java.util.Set<CategoryAttributeDate> dateAttribute)
Sets the attribute date list. |
void |
setAttributeList(java.util.Set<CategoryAttribute> stringAttribute)
Sets the attribute list. |
void |
setAttributeNumList(java.util.Set<CategoryAttributeNum> numAttribute)
Sets the attribute num list. |
void |
setChildrenList(java.util.Set<Category> childrenList)
Set the children list. |
void |
setDescription(java.lang.String description)
Set the category description. |
void |
setId(java.lang.Integer idCategory)
Set the category id. |
void |
setName(java.lang.String name)
Set the category name. |
void |
setParent(Category parentCategory)
Set the Category parent. |
void |
setProductSet(java.util.List<Product> productSet)
Set the product list. |
void |
setProvider(Provider provider)
Set the provider. |
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 Category()
public Category(Category category)
category
- the categoryMethod Detail |
---|
public java.lang.Integer getId()
getId
in interface fr.paris.lutece.plugins.stock.utils.EntityBean
public void setId(java.lang.Integer idCategory)
setId
in interface fr.paris.lutece.plugins.stock.utils.EntityBean
idCategory
- the category idpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the category descriptionpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the category namepublic java.util.Set<Category> getChildrenList()
public void setChildrenList(java.util.Set<Category> childrenList)
childrenList
- the children listpublic java.util.List<Product> getProductSet()
public void setProductSet(java.util.List<Product> productSet)
productSet
- the product listpublic Category getParent()
public void setParent(Category parentCategory)
parentCategory
- the parentpublic Provider getProvider()
public void setProvider(Provider provider)
provider
- the providerpublic java.util.Set<CategoryAttribute> getAttributeList()
StockEntityBean
getAttributeList
in class StockEntityBean<Category>
public void setAttributeList(java.util.Set<CategoryAttribute> stringAttribute)
stringAttribute
- the new attribute listpublic java.util.Set<CategoryAttributeDate> getAttributeDateList()
StockEntityBean
getAttributeDateList
in class StockEntityBean<Category>
public void setAttributeDateList(java.util.Set<CategoryAttributeDate> dateAttribute)
dateAttribute
- the new attribute date listpublic java.util.Set<CategoryAttributeNum> getAttributeNumList()
StockEntityBean
getAttributeNumList
in class StockEntityBean<Category>
public void setAttributeNumList(java.util.Set<CategoryAttributeNum> numAttribute)
numAttribute
- the new attribute num list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |