|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.greetingscard.business.GreetingsCardArchive
public class GreetingsCardArchive
Constructor Summary | |
---|---|
GreetingsCardArchive()
|
Method Summary | |
---|---|
java.lang.String |
getDomainName()
Get the domain name |
int |
getIdArchive()
Get the id of the archive |
int |
getIdGCT()
Get the greetings card template id |
int |
getNbCard()
Get the number of card send to this domain name |
int |
getNbCardRed()
Get the number of card red |
java.lang.StringBuffer |
getXmlWithoutHeader()
|
int |
getYearArchive()
Get the year of the archive |
void |
setDomainName(java.lang.String strDomainName)
Set the domain name |
void |
setIdArchive(int nIdArchive)
Set the id of the archive |
void |
setIdGCT(int nIdGCT)
Set the greetings card template id |
void |
setNbCard(int nNbCard)
Set the number of card send to this domain name |
void |
setNbCardRed(int nNbCardRed)
Set the number of card red |
void |
setYearArchive(int nYearArchive)
Set the year of the archive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreetingsCardArchive()
Method Detail |
---|
public int getIdArchive()
public void setIdArchive(int nIdArchive)
nIdArchive
- The id of the archivepublic java.lang.String getDomainName()
public void setDomainName(java.lang.String strDomainName)
strDomainName
- The domain namepublic int getIdGCT()
public void setIdGCT(int nIdGCT)
nIdGCT
- The greetings card template idpublic int getNbCard()
public void setNbCard(int nNbCard)
nNbCard
- The number of card send to this domain namepublic int getNbCardRed()
public void setNbCardRed(int nNbCardRed)
nNbCardRed
- The number of card redpublic int getYearArchive()
public void setYearArchive(int nYearArchive)
nYearArchive
- The year of the archivepublic java.lang.StringBuffer getXmlWithoutHeader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |