|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.offer.Offer>
fr.paris.lutece.plugins.stock.modules.tickets.business.SeanceDTO
public class SeanceDTO
DTO for Seance
Field Summary | |
---|---|
static java.lang.String |
ATTR_DATE
|
static java.lang.String |
ATTR_HOUR
|
static java.lang.String |
ATTR_REDUCT_PRICE
|
Fields inherited from class fr.paris.lutece.plugins.stock.commons.AbstractDTO |
---|
mapper |
Constructor Summary | |
---|---|
SeanceDTO()
|
Method Summary | |
---|---|
fr.paris.lutece.plugins.stock.business.offer.Offer |
convert()
|
static SeanceDTO |
convertEntity(fr.paris.lutece.plugins.stock.business.offer.Offer source)
Convert entity. |
static fr.paris.lutece.plugins.stock.commons.ResultList<SeanceDTO> |
convertEntityList(java.util.Collection<fr.paris.lutece.plugins.stock.business.offer.Offer> listSource)
Convert entity list. |
java.lang.String |
getDate()
|
java.util.Date |
getDateHour()
|
java.lang.String |
getDescription()
|
java.lang.String |
getHour()
|
java.lang.Integer |
getId()
|
java.lang.Integer |
getIdGenre()
Gets the id genre. |
java.lang.String |
getName()
|
ShowDTO |
getProduct()
return the product |
java.lang.Integer |
getQuantity()
|
java.lang.Float |
getReductPrice()
|
java.lang.String |
getStatut()
|
java.lang.String |
getTypeName()
Gets the type name. |
void |
setDate(java.lang.String date)
Sets the date. |
void |
setDateHour(java.util.Date theDateHour)
Sets the date hour. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setHour(java.lang.String hour)
Sets the hour. |
void |
setId(java.lang.Integer idOffer)
Sets the id. |
void |
setIdGenre(java.lang.Integer idGenre)
Sets the id genre. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setProduct(ShowDTO theProduct)
set the product to product |
void |
setQuantity(java.lang.Integer quantity)
Sets the quantity. |
void |
setReductPrice(java.lang.Float reductPrice)
Sets the reduct price. |
void |
setStatut(java.lang.String statut)
Sets the statut. |
void |
setTypeName(java.lang.String typeName)
Sets the type name. |
Methods inherited from class fr.paris.lutece.plugins.stock.commons.AbstractDTO |
---|
convertList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ATTR_DATE
public static final java.lang.String ATTR_REDUCT_PRICE
public static final java.lang.String ATTR_HOUR
Constructor Detail |
---|
public SeanceDTO()
Method Detail |
---|
public java.lang.Integer getId()
getId
in class fr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.offer.Offer>
public void setId(java.lang.Integer idOffer)
idOffer
- the new idpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.Float getReductPrice()
public void setReductPrice(java.lang.Float reductPrice)
reductPrice
- the reductPrice to setpublic java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- the quantity to setpublic java.lang.String getHour()
public void setHour(java.lang.String hour)
hour
- the hour to setpublic java.lang.String getDate()
public void setDate(java.lang.String date)
date
- the date to setpublic static fr.paris.lutece.plugins.stock.commons.ResultList<SeanceDTO> convertEntityList(java.util.Collection<fr.paris.lutece.plugins.stock.business.offer.Offer> listSource)
listSource
- the list source
public static SeanceDTO convertEntity(fr.paris.lutece.plugins.stock.business.offer.Offer source)
source
- the source
public fr.paris.lutece.plugins.stock.business.offer.Offer convert()
convert
in class fr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.offer.Offer>
public void setProduct(ShowDTO theProduct)
theProduct
- the productpublic ShowDTO getProduct()
public void setIdGenre(java.lang.Integer idGenre)
idGenre
- the new id genrepublic java.lang.Integer getIdGenre()
public void setTypeName(java.lang.String typeName)
typeName
- the new type namepublic java.lang.String getTypeName()
public void setStatut(java.lang.String statut)
statut
- the statut to setpublic java.lang.String getStatut()
public java.util.Date getDateHour()
public void setDateHour(java.util.Date theDateHour)
theDateHour
- the dateHour to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |