com.kuka.nav.fleet.graph.properties
Class CustomUserData

java.lang.Object
  extended by com.kuka.nav.fleet.graph.properties.AbstractProperty
      extended by com.kuka.nav.fleet.graph.properties.CustomUserData
All Implemented Interfaces:
Property, Serializable

public class CustomUserData
extends AbstractProperty

Property defining the custom user data of a topology graph node or edge.

See Also:
Serialized Form

Constructor Summary
CustomUserData()
          Ctor.
CustomUserData(String customUserData)
          Ctor.
 
Method Summary
 String getCustomUserData()
          Returns _customUserData.
 String getValue()
          Returns the CustomUserData value as a String.
 String getValueToDisplay()
          Returns the value(s) in a way to show it in a UI.
 void setCustomUserData(String customUserData)
          Sets the customUserData.
 String toString()
           
 
Methods inherited from class com.kuka.nav.fleet.graph.properties.AbstractProperty
equals, fireChanged, getAllowedTypes, getId, hashCode, setId, tryGetParamFromString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomUserData

public CustomUserData(String customUserData)
Ctor.

Parameters:
customUserData - the custom user data

CustomUserData

public CustomUserData()
Ctor.

Method Detail

getCustomUserData

public String getCustomUserData()
Returns _customUserData.

Returns:
_customUserData

setCustomUserData

public void setCustomUserData(String customUserData)
Sets the customUserData.

Parameters:
customUserData - The user data

getValue

public String getValue()
Returns the CustomUserData value as a String.

Returns:
CustomUserData

toString

public String toString()
Overrides:
toString in class Object

getValueToDisplay

public String getValueToDisplay()
Description copied from interface: Property
Returns the value(s) in a way to show it in a UI.

Returns:
the values


Copyright © 2019. All rights reserved.