com.stratelia.silverpeas.infoLetter.model
Class InfoLetterPublication
java.lang.Object
com.stratelia.webactiv.persistence.SilverpeasBean
com.stratelia.silverpeas.infoLetter.model.InfoLetterPublication
- All Implemented Interfaces:
- com.stratelia.webactiv.persistence.SilverpeasBeanIntf, Serializable, Comparable<InfoLetter>
- Direct Known Subclasses:
- InfoLetterPublicationPdC
public class InfoLetterPublication
- extends com.stratelia.webactiv.persistence.SilverpeasBean
- implements Comparable<InfoLetter>
- See Also:
- Serialized Form
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 |
PUBLICATION_EN_REDACTION
public static final int PUBLICATION_EN_REDACTION
- See Also:
- Constant Field Values
PUBLICATION_VALIDEE
public static final int PUBLICATION_VALIDEE
- See Also:
- Constant Field Values
TEMPLATE_ID
public static final String TEMPLATE_ID
- See Also:
- Constant Field Values
InfoLetterPublication
public InfoLetterPublication()
- Constructeur sans parametres
- Since:
- February 2002
InfoLetterPublication
public InfoLetterPublication(com.stratelia.webactiv.util.WAPrimaryKey pk,
String instanceId,
String title,
String description,
String parutionDate,
int publicationState,
int letterId)
- Constructeur à 7 parametres
- Parameters:
WAPrimaryKey
- pkinstanceId
- String
- titleString
- descriptionString
- parutionDateint
- publicationStateString
- letterId
getInstanceId
public String getInstanceId()
setInstanceId
public void setInstanceId(String instanceId)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getParutionDate
public String getParutionDate()
setParutionDate
public void setParutionDate(String parutionDate)
getPublicationState
public int getPublicationState()
setPublicationState
public void setPublicationState(int publicationState)
getLetterId
public int getLetterId()
setLetterId
public void setLetterId(int letterId)
setLetterId
public void setLetterId(String letterId)
_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
_isValid
public boolean _isValid()
_getContent
public String _getContent()
Copyright © 2016 Silverpeas. All Rights Reserved.