fr.paris.lutece.plugins.greetingscard.business
Class GreetingsCardStatistic

java.lang.Object
  extended by fr.paris.lutece.plugins.greetingscard.business.GreetingsCardStatistic

public class GreetingsCardStatistic
extends java.lang.Object

DTO describing statistics values of a greetings card template.


Constructor Summary
GreetingsCardStatistic()
           
 
Method Summary
 java.lang.String getDescription()
          Get the description of the greetings card template
 int getIdGCT()
          Get the id of the greetings card template
 int getNbCardRed()
           
 int getNbCardRedExternal()
          Get the number of cards red by external people
 int getNbCardRedInternal()
          Get the number of cards red by internal people
 int getNbCardSent()
           
 int getNbCardSentExternal()
          Get the number of cards sent to external people
 int getNbCardSentInternal()
          Get the number of cards sent to internal people
 void setDescription(java.lang.String strDescription)
          Set the description of the greetings card template
 void setIdGCT(int nIdGCT)
          Set the id of the greetings card template
 void setNbCardRedExternal(int nNbCardRedExternal)
          Set the number of cards red by external people
 void setNbCardRedInternal(int nNbCardRedInternal)
          Set the number of cards red by internal people
 void setNbCardSentExternal(int nNbCardSentExternal)
          Set the number of cards sent to external people
 void setNbCardSentInternal(int nNbCardSentInternal)
          Set the number of cards sent to internal people
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreetingsCardStatistic

public GreetingsCardStatistic()
Method Detail

getIdGCT

public int getIdGCT()
Get the id of the greetings card template

Returns:
nIdGCT the id of the greetings card template

setIdGCT

public void setIdGCT(int nIdGCT)
Set the id of the greetings card template

Parameters:
nIdGCT - the id of the greetings card template

getDescription

public java.lang.String getDescription()
Get the description of the greetings card template

Returns:
The description of the greetings card template

setDescription

public void setDescription(java.lang.String strDescription)
Set the description of the greetings card template

Parameters:
strDescription - The description of the greetings card template

getNbCardSentInternal

public int getNbCardSentInternal()
Get the number of cards sent to internal people

Returns:
The number of cards sent to internal people

setNbCardSentInternal

public void setNbCardSentInternal(int nNbCardSentInternal)
Set the number of cards sent to internal people

Parameters:
nNbCardSentInternal - The number of cards sent to internal people

getNbCardSentExternal

public int getNbCardSentExternal()
Get the number of cards sent to external people

Returns:
The number of cards sent to external people

setNbCardSentExternal

public void setNbCardSentExternal(int nNbCardSentExternal)
Set the number of cards sent to external people

Parameters:
nNbCardSentExternal - The number of cards sent to external people

getNbCardRedInternal

public int getNbCardRedInternal()
Get the number of cards red by internal people

Returns:
The number of cards red by internal people

setNbCardRedInternal

public void setNbCardRedInternal(int nNbCardRedInternal)
Set the number of cards red by internal people

Parameters:
nNbCardRedInternal - The number of cards red by internal people

getNbCardRedExternal

public int getNbCardRedExternal()
Get the number of cards red by external people

Returns:
The number of cards red by external people

setNbCardRedExternal

public void setNbCardRedExternal(int nNbCardRedExternal)
Set the number of cards red by external people

Parameters:
nNbCardRedInternal - The number of cards red by external people

getNbCardSent

public int getNbCardSent()

getNbCardRed

public int getNbCardRed()


Copyright © 2012 Mairie de Paris. All Rights Reserved.