fr.paris.lutece.plugins.stock.modules.tickets.business
Class ShowDTO

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.product.Product>
      extended by fr.paris.lutece.plugins.stock.modules.tickets.business.ShowDTO

public class ShowDTO
extends fr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.product.Product>

DOCUMENT ME!.

Author:
abataille

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

ATTR_DATE_START

public static final java.lang.String ATTR_DATE_START
The Constant ATTR_DATE_START.

See Also:
Constant Field Values

ATTR_DATE_END

public static final java.lang.String ATTR_DATE_END
The Constant ATTR_DATE_END.

See Also:
Constant Field Values

ATTR_WITH

public static final java.lang.String ATTR_WITH
The Constant ATTR_WITH.

See Also:
Constant Field Values

ATTR_WEBSITE

public static final java.lang.String ATTR_WEBSITE
The Constant ATTR_WEBSITE.

See Also:
Constant Field Values

ATTR_POSTER

public static final java.lang.String ATTR_POSTER
The Constant ATTR_POSTER.

See Also:
Constant Field Values

ATTR_PUBLIC

public static final java.lang.String ATTR_PUBLIC
The Constant ATTR_PUBLIC.

See Also:
Constant Field Values

ATTR_A_LAFFICHE

public static final java.lang.String ATTR_A_LAFFICHE
The Constant ATTR_A_LAFFICHE.

See Also:
Constant Field Values
Constructor Detail

ShowDTO

public ShowDTO()
Method Detail

getId

public java.lang.Integer getId()
Gets the id.

Specified by:
getId in class fr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.product.Product>
Returns:
the id

setId

public void setId(java.lang.Integer idProduct)
Sets the id.

Parameters:
idProduct - the new id

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the description to set

getName

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

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the name to set

getPrice

public java.lang.Float getPrice()
Gets the price.

Returns:
the price

setPrice

public void setPrice(java.lang.Float price)
Sets the price.

Parameters:
price - the price to set

getIdCategory

public java.lang.Integer getIdCategory()
Gets the id category.

Returns:
the idCategory

setIdCategory

public void setIdCategory(java.lang.Integer idCategory)
Sets the id category.

Parameters:
idCategory - the idCategory to set

getIdProvider

public java.lang.Integer getIdProvider()
Gets the id provider.

Returns:
the idProvider

setIdProvider

public void setIdProvider(java.lang.Integer idProvider)
Sets the id provider.

Parameters:
idProvider - the idProvider to set

getWith

public java.lang.String getWith()
Gets the with.

Returns:
the with

setWith

public void setWith(java.lang.String with)
Sets the with.

Parameters:
with - the with to set

getStartDate

public java.lang.String getStartDate()
Gets the start date.

Returns:
the startDate

setStartDate

public void setStartDate(java.lang.String startDate)
Sets the start date.

Parameters:
startDate - the startDate to set

getEndDate

public java.lang.String getEndDate()
Gets the end date.

Returns:
the endDate

setEndDate

public void setEndDate(java.lang.String endDate)
Sets the end date.

Parameters:
endDate - the endDate to set

getWebsite

public java.lang.String getWebsite()
Gets the website.

Returns:
the website

setWebsite

public void setWebsite(java.lang.String website)
Sets the website.

Parameters:
website - the website to set

getPosterName

public java.lang.String getPosterName()
Gets the poster name.

Returns:
the posterName

setPosterName

public void setPosterName(java.lang.String posterName)
Sets the poster name.

Parameters:
posterName - the posterName to set

getProviderName

public java.lang.String getProviderName()
Gets the provider name.

Returns:
the providerName

setProviderName

public void setProviderName(java.lang.String providerName)
Sets the provider name.

Parameters:
providerName - the providerName to set

getCategoryName

public java.lang.String getCategoryName()
Gets the category name.

Returns:
the categoryrName

setCategoryName

public void setCategoryName(java.lang.String categoryName)
Sets the category name.

Parameters:
categoryName - the new category name

convertEntityList

public 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.

Parameters:
listSource - the list source
Returns:
the result list

convertEntity

public static ShowDTO convertEntity(fr.paris.lutece.plugins.stock.business.product.Product source)
Convert entity.

Parameters:
source - the source
Returns:
the show dto

convert

public fr.paris.lutece.plugins.stock.business.product.Product convert()
Specified by:
convert in class fr.paris.lutece.plugins.stock.commons.AbstractDTO<fr.paris.lutece.plugins.stock.business.product.Product>

setProviderMail

public void setProviderMail(java.lang.String providerMail)
Sets the provider mail.

Parameters:
providerMail - the providerMail to set

getProviderMail

public java.lang.String getProviderMail()
Gets the provider mail.

Returns:
the providerMail

getTargetPublic

public java.lang.String getTargetPublic()
Gets the target public.

Returns:
the targetPublic

setTargetPublic

public void setTargetPublic(java.lang.String targetPublic)
Sets the target public.

Parameters:
targetPublic - the targetPublic to set

getAlaffiche

public java.lang.Boolean getAlaffiche()
Gets the alaffiche.

Returns:
the aLaffiche

setAlaffiche

public void setAlaffiche(java.lang.Boolean aLaffiche)
Sets the alaffiche.

Parameters:
aLaffiche - the aLaffiche to set


Copyright © 2012 Mairie de Paris. All Rights Reserved.