@Entity
public class CmsDAOUserData
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CmsDAOUserData.CmsDAOUserDataPK
This class implements the primary key for a user data entry in the table "cms_userdata".
|
| 构造器和说明 |
|---|
CmsDAOUserData()
The default constructor.
|
CmsDAOUserData(java.lang.String dataKey,
java.lang.String userId)
A public constructor for generating a new user data object with an unique id.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDataKey()
Returns the dataKey.
|
java.lang.String |
getDataType()
Returns the dataType.
|
byte[] |
getDataValue()
Returns the dataValue.
|
java.lang.String |
getUserId()
Returns the userId.
|
void |
setDataKey(java.lang.String dataKey)
Sets the dataKey.
|
void |
setDataType(java.lang.String dataType)
Sets the dataType.
|
void |
setDataValue(byte[] dataValue)
Sets the dataValue.
|
void |
setUserId(java.lang.String userId)
Sets the userId.
|
public CmsDAOUserData()
public CmsDAOUserData(java.lang.String dataKey,
java.lang.String userId)
dataKey - the data keyuserId - the user idpublic java.lang.String getDataKey()
public java.lang.String getDataType()
public byte[] getDataValue()
public java.lang.String getUserId()
public void setDataKey(java.lang.String dataKey)
dataKey - the dataKey to setpublic void setDataType(java.lang.String dataType)
dataType - the dataType to setpublic void setDataValue(byte[] dataValue)
dataValue - the dataValue to setpublic void setUserId(java.lang.String userId)
userId - the userId to set