|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOUserData
@Entity public class CmsDAOUserData
This data access object represents a user data entry inside the table "cms_userdata".
| Nested Class Summary | |
|---|---|
static class |
CmsDAOUserData.CmsDAOUserDataPK
This class implements the primary key for a user data entry in the table "cms_userdata". |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOUserData()
public CmsDAOUserData(java.lang.String dataKey,
java.lang.String userId)
dataKey - the data keyuserId - the user id| Method Detail |
|---|
public 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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||