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

java.lang.Object
  extended by fr.paris.lutece.plugins.greetingscard.business.GreetingsCardTemplate
All Implemented Interfaces:
fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

public class GreetingsCardTemplate
extends java.lang.Object
implements fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

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

GreetingsCardTemplate

public GreetingsCardTemplate()
Creates a new GreetingsCardTemplate object.

Method Detail

getId

public int getId()
Returns the identifier of the greetings card template

Returns:
The identifier of the greetings card template

setId

public void setId(int nIdGCT)
Sets the identifier of the greetings card template to the specified value

Parameters:
nIdGCT - The new value

getDescription

public java.lang.String getDescription()
Returns the description string

Returns:
The description string

setDescription

public void setDescription(java.lang.String strDescription)
Sets the description string to the specified value

Parameters:
strDescription - The new value

getPassword

public java.lang.String getPassword()
Returns the password string

Returns:
The password string

setPassword

public void setPassword(java.lang.String strPassword)
Sets the password string to the specified value

Parameters:
strPassword - The new value

getHeight

public int getHeight()
Returns the height int

Returns:
The height int

setHeight

public void setHeight(int nHeight)
Sets the height int to the specified value

Parameters:
nHeight - The new value

getWidth

public int getWidth()
Returns the width int

Returns:
The width int

setWidth

public void setWidth(int nWidth)
Sets the width int to the specified value

Parameters:
nWidth - The new value

isEnabled

public boolean isEnabled()
Returns the status of the object

Returns:
true if the object is enabled

setStatus

public void setStatus(int nStatus)
Sets the status of the object

Parameters:
nStatus - 1 to enable the object, any other value to disable it

getObjectEmail

public java.lang.String getObjectEmail()
Returns the object email string

Returns:
The object email string

setObjectEmail

public void setObjectEmail(java.lang.String strObjectEmail)
Sets the object email string to the specified value

Parameters:
strObjectEmail - The new value

setWorkgroupKey

public void setWorkgroupKey(java.lang.String strWorkgroupKey)
Parameters:
strWorkgroupKey - the WorkgroupKey to set

getWorkgroupKey

public java.lang.String getWorkgroupKey()
Returns:
the _strWorkgroupKey

getWorkgroup

public java.lang.String getWorkgroup()
Get Workgroup

Specified by:
getWorkgroup in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
Returns:
the workgroup of notice


Copyright © 2012 Mairie de Paris. All Rights Reserved.