com.stratelia.webactiv.organization
Class UserFavoriteSpaceBean

java.lang.Object
  extended by com.stratelia.webactiv.persistence.SilverpeasBean
      extended by com.stratelia.webactiv.organization.UserFavoriteSpaceBean
All Implemented Interfaces:
SilverpeasBeanIntf, Serializable

public class UserFavoriteSpaceBean
extends SilverpeasBean

See Also:
Serialized Form

Constructor Summary
UserFavoriteSpaceBean()
          Default constructor
UserFavoriteSpaceBean(int userId, int spaceId)
           
 
Method Summary
 int _getConnectionType()
           
 String _getTableName()
           
 int getSpaceId()
           
 int getUserId()
           
 void setSpaceId(int spaceId)
           
 void setUserId(int value)
           
 
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

UserFavoriteSpaceBean

public UserFavoriteSpaceBean()
Default constructor


UserFavoriteSpaceBean

public UserFavoriteSpaceBean(int userId,
                             int spaceId)
Method Detail

getUserId

public int getUserId()

setUserId

public void setUserId(int value)

getSpaceId

public int getSpaceId()

setSpaceId

public void setSpaceId(int spaceId)

_getConnectionType

public int _getConnectionType()
Specified by:
_getConnectionType in interface SilverpeasBeanIntf
Overrides:
_getConnectionType in class SilverpeasBean

_getTableName

public String _getTableName()
Specified by:
_getTableName in interface SilverpeasBeanIntf
Overrides:
_getTableName in class SilverpeasBean


Copyright © 2016 Silverpeas. All Rights Reserved.