|
||||||||||
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<Offer>
fr.paris.lutece.plugins.stock.business.offer.Offer
@Entity public class Offer
Offer.
Constructor Summary | |
---|---|
Offer()
Creates a new Offer.java object. |
|
Offer(Category category)
Creates a new Offer.java object. |
Method Summary | |
---|---|
java.util.Set<OfferAttributeDate> |
getAttributeDateList()
Returns dynamic attributes list. |
java.util.Set<OfferAttribute> |
getAttributeList()
Returns dynamic attributes list. |
java.util.Set<OfferAttributeNum> |
getAttributeNumList()
Returns dynamic attributes list. |
java.lang.String |
getDescription()
Return the offer description. |
java.lang.Integer |
getId()
Return offer id. |
java.lang.String |
getName()
Return the offer name. |
Product |
getProduct()
Return the product. |
java.lang.Integer |
getQuantity()
Return the offer name. |
java.lang.String |
getStatut()
Gets the statut. |
OfferGenre |
getType()
Return the type. |
void |
setAttributeDateList(java.util.Set<OfferAttributeDate> dateAttribute)
Sets the attribute date list. |
void |
setAttributeList(java.util.Set<OfferAttribute> stringAttribute)
Sets the attribute list. |
void |
setAttributeNumList(java.util.Set<OfferAttributeNum> numAttribute)
Sets the attribute num list. |
void |
setDescription(java.lang.String description)
Set the category description. |
void |
setId(java.lang.Integer idOffer)
Set the offer id. |
void |
setName(java.lang.String name)
Set the category name. |
void |
setProduct(Product product)
Set the product. |
void |
setQuantity(java.lang.Integer nQuantity)
Set the category quantity. |
void |
setStatut(java.lang.String statut)
Sets the statut. |
void |
setType(OfferGenre type)
Set the type. |
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 Offer()
public Offer(Category category)
category
- categoryMethod Detail |
---|
public java.lang.Integer getId()
getId
in interface fr.paris.lutece.plugins.stock.utils.EntityBean
public void setId(java.lang.Integer idOffer)
setId
in interface fr.paris.lutece.plugins.stock.utils.EntityBean
idOffer
- the offer idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the offer namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the offer descriptionpublic java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer nQuantity)
nQuantity
- the offer quantitypublic Product getProduct()
public void setProduct(Product product)
product
- the productpublic OfferGenre getType()
public void setType(OfferGenre type)
type
- the typepublic java.util.Set<OfferAttribute> getAttributeList()
getAttributeList
in class StockEntityBean<Offer>
public void setAttributeList(java.util.Set<OfferAttribute> stringAttribute)
stringAttribute
- the new attribute listpublic java.util.Set<OfferAttributeDate> getAttributeDateList()
getAttributeDateList
in class StockEntityBean<Offer>
public void setAttributeDateList(java.util.Set<OfferAttributeDate> dateAttribute)
dateAttribute
- the new attribute date listpublic java.util.Set<OfferAttributeNum> getAttributeNumList()
getAttributeNumList
in class StockEntityBean<Offer>
public void setAttributeNumList(java.util.Set<OfferAttributeNum> numAttribute)
numAttribute
- the new attribute num listpublic void setStatut(java.lang.String statut)
statut
- the statut to setpublic java.lang.String getStatut()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |