com.silverpeas.questionReply.model
Class Recipient
java.lang.Object
com.stratelia.webactiv.persistence.SilverpeasBean
com.silverpeas.questionReply.model.Recipient
- All Implemented Interfaces:
- com.stratelia.webactiv.persistence.SilverpeasBeanIntf, Serializable
public class Recipient
- extends com.stratelia.webactiv.persistence.SilverpeasBean
- 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 |
Recipient
public Recipient()
Recipient
public Recipient(String userId)
Recipient
public Recipient(long questionId,
String userId)
getQuestionId
public long getQuestionId()
getUserId
public String getUserId()
setQuestionId
public void setQuestionId(long questionId)
setUserId
public void setUserId(String userId)
readRecipientName
public String readRecipientName()
_getTableName
public String _getTableName()
- Specified by:
_getTableName
in interface com.stratelia.webactiv.persistence.SilverpeasBeanIntf
- Overrides:
_getTableName
in class com.stratelia.webactiv.persistence.SilverpeasBean
_getConnectionType
public int _getConnectionType()
- Specified by:
_getConnectionType
in interface com.stratelia.webactiv.persistence.SilverpeasBeanIntf
- Overrides:
_getConnectionType
in class com.stratelia.webactiv.persistence.SilverpeasBean
Copyright © 2016 Silverpeas. All Rights Reserved.