|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.workflow.engine.AbstractReferrableObject
com.silverpeas.workflow.engine.user.UserInfoImpl
public class UserInfoImpl
| Constructor Summary | |
|---|---|
UserInfoImpl()
Default Constructor |
|
UserInfoImpl(String name,
String value)
UserInfoImpl can be constructed with given name and value |
|
| Method Summary | |
|---|---|
String |
getId()
For persistence in database Get this object id |
String |
getKey()
This method has to be implemented by the referrable object it has to compute the unique key |
String |
getName()
Get the info name |
UserSettings |
getUserSettings()
Get the user settings to which this info is for |
String |
getValue()
Get the info value |
void |
setId(String id)
For persistence in database Set this object id |
void |
setName(String name)
Get the info name |
void |
setUserSettings(UserSettings userSettings)
Set the user settings to which this info is for |
void |
setValue(String value)
Get the info value |
| Methods inherited from class com.silverpeas.workflow.engine.AbstractReferrableObject |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserInfoImpl()
public UserInfoImpl(String name,
String value)
| Method Detail |
|---|
public String getId()
getId in interface UserInfopublic void setId(String id)
this - object idpublic String getName()
getName in interface UserInfopublic void setName(String name)
public String getValue()
getValue in interface UserInfopublic void setValue(String value)
public UserSettings getUserSettings()
getUserSettings in interface UserInfopublic void setUserSettings(UserSettings userSettings)
user - settingspublic String getKey()
getKey in interface ReferrableObjectIntfgetKey in class AbstractReferrableObjectequals,
hashCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||