|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.UserData
@Deprecated public class UserData
Holds user data for application user data. User data holds a name and a value. User data can attach additional data.
| Constructor Summary | |
|---|---|
UserData(String name,
String value)
Deprecated. Creates an instance of UserData. |
|
| Method Summary | |
|---|---|
Map<String,Object> |
getAdditionalData()
Deprecated. Gets additional informations which are attached to this user data. |
String |
getName()
Deprecated. Gets the name of the user data. |
String |
getValue()
Deprecated. Gets the value of the user data. |
void |
setName(String name)
Deprecated. Sets the name of the user data. |
void |
setValue(String value)
Deprecated. Sets the value of the user data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserData(String name,
String value)
name - The name of the user data. The name can not be null or empty.value - The value of the user data.| Method Detail |
|---|
public String getName()
public final void setName(String name)
name - The new name. Can not be null or empty.public final String getValue()
public void setValue(String value)
value - The new value. Can be null.public Map<String,Object> getAdditionalData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||