fr.paris.lutece.plugins.stock.business.offer
Class OfferGenre

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.business.StockEntityBean<OfferGenre>
      extended by fr.paris.lutece.plugins.stock.business.offer.OfferGenre
All Implemented Interfaces:
fr.paris.lutece.plugins.stock.utils.EntityBean, java.io.Serializable

@Entity
public class OfferGenre
extends StockEntityBean<OfferGenre>

OfferGenre entity.

Author:
abataille
See Also:
Serialized Form

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

OfferGenre

public OfferGenre()
Creates a new OfferGenre.java object.

Method Detail

getId

public java.lang.Integer getId()
Get the identifier number of this offer genre.

Returns:
The identifier number of this offer genre

setId

public void setId(java.lang.Integer nIdGenre)
setter id.

Parameters:
nIdGenre - id

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String strName)
Set name.

Parameters:
strName - name

getAttributeList

public java.util.Set<OfferGenreAttribute> getAttributeList()
Gets the attribute list.

Specified by:
getAttributeList in class StockEntityBean<OfferGenre>
Returns:
the attribute list

setAttributeList

public void setAttributeList(java.util.Set<OfferGenreAttribute> stringAttribute)
Sets the attribute list.

Parameters:
stringAttribute - the new attribute list

getAttributeDateList

public java.util.Set<OfferGenreAttributeDate> getAttributeDateList()
Gets the attribute date list.

Specified by:
getAttributeDateList in class StockEntityBean<OfferGenre>
Returns:
the attribute date list

setAttributeDateList

public void setAttributeDateList(java.util.Set<OfferGenreAttributeDate> dateAttribute)
Sets the attribute date list.

Parameters:
dateAttribute - the new attribute date list

getAttributeNumList

public java.util.Set<OfferGenreAttributeNum> getAttributeNumList()
Gets the attribute num list.

Specified by:
getAttributeNumList in class StockEntityBean<OfferGenre>
Returns:
the attribute num list

setAttributeNumList

public void setAttributeNumList(java.util.Set<OfferGenreAttributeNum> numAttribute)
Sets the attribute num list.

Parameters:
numAttribute - the new attribute num list


Copyright © 2012 Mairie de Paris. All Rights Reserved.