|
||||||||||
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.product.Product>
fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO
public class ShowDTO
DOCUMENT ME!.
Field Summary | |
---|---|
static java.lang.String |
ATTR_A_LAFFICHE
The Constant ATTR_A_LAFFICHE. |
static java.lang.String |
ATTR_DATE_END
The Constant ATTR_DATE_END. |
static java.lang.String |
ATTR_DATE_START
The Constant ATTR_DATE_START. |
static java.lang.String |
ATTR_POSTER
The Constant ATTR_POSTER. |
static java.lang.String |
ATTR_PUBLIC
The Constant ATTR_PUBLIC. |
static java.lang.String |
ATTR_WEBSITE
The Constant ATTR_WEBSITE. |
static java.lang.String |
ATTR_WITH
The Constant ATTR_WITH. |
Fields inherited from class fr.paris.lutece.plugins.stock.commons.AbstractDTO |
---|
mapper |
Constructor Summary | |
---|---|
ShowDTO()
|
Method Summary | |
---|---|
fr.paris.lutece.plugins.stock.business.product.Product |
convert()
|
static ShowDTO |
convertEntity(fr.paris.lutece.plugins.stock.business.product.Product source)
Convert entity. |
static fr.paris.lutece.plugins.stock.commons.ResultList<ShowDTO> |
convertEntityList(java.util.Collection<fr.paris.lutece.plugins.stock.business.product.Product> listSource)
Convert entity list. |
java.lang.Boolean |
getAlaffiche()
Gets the alaffiche. |
java.lang.String |
getCategoryName()
Gets the category name. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getEndDate()
Gets the end date. |
java.lang.Integer |
getId()
Gets the id. |
java.lang.Integer |
getIdCategory()
Gets the id category. |
java.lang.Integer |
getIdProvider()
Gets the id provider. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getPosterName()
Gets the poster name. |
java.lang.Float |
getPrice()
Gets the price. |
java.lang.String |
getProviderMail()
Gets the provider mail. |
java.lang.String |
getProviderName()
Gets the provider name. |
java.lang.String |
getStartDate()
Gets the start date. |
java.lang.String |
getTargetPublic()
Gets the target public. |
java.lang.String |
getWebsite()
Gets the website. |
java.lang.String |
getWith()
Gets the with. |
void |
setAlaffiche(java.lang.Boolean aLaffiche)
Sets the alaffiche. |
void |
setCategoryName(java.lang.String categoryName)
Sets the category name. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setEndDate(java.lang.String endDate)
Sets the end date. |
void |
setId(java.lang.Integer idProduct)
Sets the id. |
void |
setIdCategory(java.lang.Integer idCategory)
Sets the id category. |
void |
setIdProvider(java.lang.Integer idProvider)
Sets the id provider. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setPosterName(java.lang.String posterName)
Sets the poster name. |
void |
setPrice(java.lang.Float price)
Sets the price. |
void |
setProviderMail(java.lang.String providerMail)
Sets the provider mail. |
void |
setProviderName(java.lang.String providerName)
Sets the provider name. |
void |
setStartDate(java.lang.String startDate)
Sets the start date. |
void |
setTargetPublic(java.lang.String targetPublic)
Sets the target public. |
void |
setWebsite(java.lang.String website)
Sets the website. |
void |
setWith(java.lang.String with)
Sets the with. |
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_START
public static final java.lang.String ATTR_DATE_END
public static final java.lang.String ATTR_WITH
public static final java.lang.String ATTR_WEBSITE
public static final java.lang.String ATTR_POSTER
public static final java.lang.String ATTR_PUBLIC
public static final java.lang.String ATTR_A_LAFFICHE
Constructor Detail |
---|
public ShowDTO()
Method Detail |
---|
public java.lang.Integer getId()
getId
in class fr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.product.Product>
public void setId(java.lang.Integer idProduct)
idProduct
- 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 getPrice()
public void setPrice(java.lang.Float price)
price
- the price to setpublic java.lang.Integer getIdCategory()
public void setIdCategory(java.lang.Integer idCategory)
idCategory
- the idCategory to setpublic java.lang.Integer getIdProvider()
public void setIdProvider(java.lang.Integer idProvider)
idProvider
- the idProvider to setpublic java.lang.String getWith()
public void setWith(java.lang.String with)
with
- the with to setpublic java.lang.String getStartDate()
public void setStartDate(java.lang.String startDate)
startDate
- the startDate to setpublic java.lang.String getEndDate()
public void setEndDate(java.lang.String endDate)
endDate
- the endDate to setpublic java.lang.String getWebsite()
public void setWebsite(java.lang.String website)
website
- the website to setpublic java.lang.String getPosterName()
public void setPosterName(java.lang.String posterName)
posterName
- the posterName to setpublic java.lang.String getProviderName()
public void setProviderName(java.lang.String providerName)
providerName
- the providerName to setpublic java.lang.String getCategoryName()
public void setCategoryName(java.lang.String categoryName)
categoryName
- the new category namepublic static fr.paris.lutece.plugins.stock.commons.ResultList<ShowDTO> convertEntityList(java.util.Collection<fr.paris.lutece.plugins.stock.business.product.Product> listSource)
listSource
- the list source
public static ShowDTO convertEntity(fr.paris.lutece.plugins.stock.business.product.Product source)
source
- the source
public fr.paris.lutece.plugins.stock.business.product.Product convert()
convert
in class fr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.product.Product>
public void setProviderMail(java.lang.String providerMail)
providerMail
- the providerMail to setpublic java.lang.String getProviderMail()
public java.lang.String getTargetPublic()
public void setTargetPublic(java.lang.String targetPublic)
targetPublic
- the targetPublic to setpublic java.lang.Boolean getAlaffiche()
public void setAlaffiche(java.lang.Boolean aLaffiche)
aLaffiche
- the aLaffiche to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |