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

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

public class NodeDescription
extends AbstractProperty

Property for nodes to set a description.

See Also:
Serialized Form

Constructor Summary
NodeDescription()
           
 
Method Summary
 String getDescription()
           
 String getValueToDisplay()
          Returns the value(s) in a way to show it in a UI.
 void setDescription(String description)
           
 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

NodeDescription

public NodeDescription()
Method Detail

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

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.