@Entity public class OfferGenre extends StockEntityBean<OfferGenre>
Constructor and Description |
---|
OfferGenre()
Creates a new OfferGenre.java object.
|
Modifier and Type | Method and Description |
---|---|
Set<OfferGenreAttributeDate> |
getAttributeDateList()
Gets the attribute date list.
|
Set<OfferGenreAttribute> |
getAttributeList()
Gets the attribute list.
|
Set<OfferGenreAttributeNum> |
getAttributeNumList()
Gets the attribute num list.
|
Integer |
getId()
Get the identifier number of this offer genre.
|
String |
getName()
Gets the name.
|
void |
setAttributeDateList(Set<OfferGenreAttributeDate> dateAttribute)
Sets the attribute date list.
|
void |
setAttributeList(Set<OfferGenreAttribute> stringAttribute)
Sets the attribute list.
|
void |
setAttributeNumList(Set<OfferGenreAttributeNum> numAttribute)
Sets the attribute num list.
|
void |
setId(Integer nIdGenre)
setter id.
|
void |
setName(String strName)
Set name.
|
getAttributeDateMap, getAttributeMap, getAttributeNumMap
public Integer getId()
public void setId(Integer nIdGenre)
nIdGenre
- idpublic String getName()
public void setName(String strName)
strName
- namepublic Set<OfferGenreAttribute> getAttributeList()
getAttributeList
in class StockEntityBean<OfferGenre>
public void setAttributeList(Set<OfferGenreAttribute> stringAttribute)
stringAttribute
- the new attribute listpublic Set<OfferGenreAttributeDate> getAttributeDateList()
getAttributeDateList
in class StockEntityBean<OfferGenre>
public void setAttributeDateList(Set<OfferGenreAttributeDate> dateAttribute)
dateAttribute
- the new attribute date listpublic Set<OfferGenreAttributeNum> getAttributeNumList()
getAttributeNumList
in class StockEntityBean<OfferGenre>
public void setAttributeNumList(Set<OfferGenreAttributeNum> numAttribute)
numAttribute
- the new attribute num listCopyright © 2021 City of Paris. All rights reserved.