com.stratelia.silverpeas.infoLetter.model
Class InfoLetter

java.lang.Object
  extended by com.stratelia.webactiv.persistence.SilverpeasBean
      extended by com.stratelia.silverpeas.infoLetter.model.InfoLetter
All Implemented Interfaces:
com.stratelia.webactiv.persistence.SilverpeasBeanIntf, Serializable, Comparable<InfoLetter>

public class InfoLetter
extends com.stratelia.webactiv.persistence.SilverpeasBean
implements Comparable<InfoLetter>

See Also:
Serialized Form

Constructor Summary
InfoLetter()
          Constructeur sans parametres
InfoLetter(com.stratelia.webactiv.util.WAPrimaryKey pk, String instanceId, String name, String description, String periode)
          Constructeur a 8 parametres
 
Method Summary
 int _getConnectionType()
           
 String _getTableName()
           
 int compareTo(InfoLetter obj)
           
 String getDescription()
           
 String getInstanceId()
           
 String getName()
           
 String getPeriode()
           
 void setDescription(String description)
           
 void setInstanceId(String instanceId)
           
 void setName(String n)
           
 void setPeriode(String periode)
           
 
Methods inherited from class com.stratelia.webactiv.persistence.SilverpeasBean
_getDatasourceName, _getJdbcData, getPK, getSureString, setPK
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoLetter

public InfoLetter()
Constructeur sans parametres

Since:
February 2002

InfoLetter

public InfoLetter(com.stratelia.webactiv.util.WAPrimaryKey pk,
                  String instanceId,
                  String name,
                  String description,
                  String periode)
Constructeur a 8 parametres

Parameters:
WAPrimaryKey - pk
String - name
String - description
String - periode
Vector - internalSuscribers
Vector - externalSuscribers
Vector - publications
Since:
February 2002
Method Detail

getInstanceId

public String getInstanceId()

setInstanceId

public void setInstanceId(String instanceId)

getName

public String getName()

setName

public void setName(String n)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPeriode

public String getPeriode()

setPeriode

public void setPeriode(String periode)

_getConnectionType

public int _getConnectionType()
Specified by:
_getConnectionType in interface com.stratelia.webactiv.persistence.SilverpeasBeanIntf
Overrides:
_getConnectionType in class com.stratelia.webactiv.persistence.SilverpeasBean

compareTo

public int compareTo(InfoLetter obj)
Specified by:
compareTo in interface Comparable<InfoLetter>

_getTableName

public String _getTableName()
Specified by:
_getTableName in interface com.stratelia.webactiv.persistence.SilverpeasBeanIntf
Overrides:
_getTableName in class com.stratelia.webactiv.persistence.SilverpeasBean


Copyright © 2016 Silverpeas. All Rights Reserved.