|
||||||||||
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<OfferGenre>
fr.paris.lutece.plugins.stock.business.offer.OfferGenre
@Entity public class OfferGenre
OfferGenre entity.
Constructor Summary | |
---|---|
OfferGenre()
Creates a new OfferGenre.java object. |
Method Summary | |
---|---|
java.util.Set<OfferGenreAttributeDate> |
getAttributeDateList()
Gets the attribute date list. |
java.util.Set<OfferGenreAttribute> |
getAttributeList()
Gets the attribute list. |
java.util.Set<OfferGenreAttributeNum> |
getAttributeNumList()
Gets the attribute num list. |
java.lang.Integer |
getId()
Get the identifier number of this offer genre. |
java.lang.String |
getName()
Gets the name. |
void |
setAttributeDateList(java.util.Set<OfferGenreAttributeDate> dateAttribute)
Sets the attribute date list. |
void |
setAttributeList(java.util.Set<OfferGenreAttribute> stringAttribute)
Sets the attribute list. |
void |
setAttributeNumList(java.util.Set<OfferGenreAttributeNum> numAttribute)
Sets the attribute num list. |
void |
setId(java.lang.Integer nIdGenre)
setter id. |
void |
setName(java.lang.String strName)
Set name. |
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 OfferGenre()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer nIdGenre)
nIdGenre
- idpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- namepublic java.util.Set<OfferGenreAttribute> getAttributeList()
getAttributeList
in class StockEntityBean<OfferGenre>
public void setAttributeList(java.util.Set<OfferGenreAttribute> stringAttribute)
stringAttribute
- the new attribute listpublic java.util.Set<OfferGenreAttributeDate> getAttributeDateList()
getAttributeDateList
in class StockEntityBean<OfferGenre>
public void setAttributeDateList(java.util.Set<OfferGenreAttributeDate> dateAttribute)
dateAttribute
- the new attribute date listpublic java.util.Set<OfferGenreAttributeNum> getAttributeNumList()
getAttributeNumList
in class StockEntityBean<OfferGenre>
public void setAttributeNumList(java.util.Set<OfferGenreAttributeNum> numAttribute)
numAttribute
- the new attribute num list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |