|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.greetingscard.business.GreetingsCardTemplate
public class GreetingsCardTemplate
This class represents a GreetingsCardTemplate object.
Constructor Summary | |
---|---|
GreetingsCardTemplate()
Creates a new GreetingsCardTemplate object. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description string |
int |
getHeight()
Returns the height int |
int |
getId()
Returns the identifier of the greetings card template |
java.lang.String |
getObjectEmail()
Returns the object email string |
java.lang.String |
getPassword()
Returns the password string |
int |
getWidth()
Returns the width int |
java.lang.String |
getWorkgroup()
Get Workgroup |
java.lang.String |
getWorkgroupKey()
|
boolean |
isEnabled()
Returns the status of the object |
void |
setDescription(java.lang.String strDescription)
Sets the description string to the specified value |
void |
setHeight(int nHeight)
Sets the height int to the specified value |
void |
setId(int nIdGCT)
Sets the identifier of the greetings card template to the specified value |
void |
setObjectEmail(java.lang.String strObjectEmail)
Sets the object email string to the specified value |
void |
setPassword(java.lang.String strPassword)
Sets the password string to the specified value |
void |
setStatus(int nStatus)
Sets the status of the object |
void |
setWidth(int nWidth)
Sets the width int to the specified value |
void |
setWorkgroupKey(java.lang.String strWorkgroupKey)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreetingsCardTemplate()
Method Detail |
---|
public int getId()
public void setId(int nIdGCT)
nIdGCT
- The new valuepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The new valuepublic java.lang.String getPassword()
public void setPassword(java.lang.String strPassword)
strPassword
- The new valuepublic int getHeight()
public void setHeight(int nHeight)
nHeight
- The new valuepublic int getWidth()
public void setWidth(int nWidth)
nWidth
- The new valuepublic boolean isEnabled()
public void setStatus(int nStatus)
nStatus
- 1 to enable the object, any other value to disable itpublic java.lang.String getObjectEmail()
public void setObjectEmail(java.lang.String strObjectEmail)
strObjectEmail
- The new valuepublic void setWorkgroupKey(java.lang.String strWorkgroupKey)
strWorkgroupKey
- the WorkgroupKey to setpublic java.lang.String getWorkgroupKey()
public java.lang.String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |