|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.greetingscard.business.GreetingsCardStatistic
public class GreetingsCardStatistic
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 |
---|
public GreetingsCardStatistic()
Method Detail |
---|
public int getIdGCT()
public void setIdGCT(int nIdGCT)
nIdGCT
- the id of the greetings card templatepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The description of the greetings card templatepublic int getNbCardSentInternal()
public void setNbCardSentInternal(int nNbCardSentInternal)
nNbCardSentInternal
- The number of cards sent to internal peoplepublic int getNbCardSentExternal()
public void setNbCardSentExternal(int nNbCardSentExternal)
nNbCardSentExternal
- The number of cards sent to external peoplepublic int getNbCardRedInternal()
public void setNbCardRedInternal(int nNbCardRedInternal)
nNbCardRedInternal
- The number of cards red by internal peoplepublic int getNbCardRedExternal()
public void setNbCardRedExternal(int nNbCardRedExternal)
nNbCardRedInternal
- The number of cards red by external peoplepublic int getNbCardSent()
public int getNbCardRed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |