com.kuka.roboticsAPI.persistenceModel
Class UserData

java.lang.Object
  extended by com.kuka.roboticsAPI.persistenceModel.UserData

Deprecated. use process data instead

@Deprecated
public class UserData
extends Object

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

UserData

public UserData(String name,
                String value)
Deprecated. 
Creates an instance of UserData.

Parameters:
name - The name of the user data. The name can not be null or empty.
value - The value of the user data.
This element is not in its final state and might change in future versions.
Method Detail

getName

public String getName()
Deprecated. 
Gets the name of the user data.

Returns:
The name.
This element is not in its final state and might change in future versions.

setName

public final void setName(String name)
Deprecated. 
Sets the name of the user data.

Parameters:
name - The new name. Can not be null or empty.
This element is not in its final state and might change in future versions.

getValue

public final String getValue()
Deprecated. 
Gets the value of the user data.

Returns:
The value.
This element is not in its final state and might change in future versions.

setValue

public void setValue(String value)
Deprecated. 
Sets the value of the user data.

Parameters:
value - The new value. Can be null.
This element is not in its final state and might change in future versions.

getAdditionalData

public Map<String,Object> getAdditionalData()
Deprecated. 
Gets additional informations which are attached to this user data.

Returns:
The additional informations which are attached to this user data.
This element is not in its final state and might change in future versions.


Copyright © 2019. All rights reserved.