org.fosstrak.llrp.commander.editors
Class BinarySingleValue

java.lang.Object
  extended by org.fosstrak.llrp.commander.editors.BinarySingleValue

public class BinarySingleValue
extends java.lang.Object

Single entry in Binary Viewer.

Version:
1.0
Author:
Haoning Zhang

Constructor Summary
BinarySingleValue(BinaryMessage aParent)
          Constructor, initialize with one BinaryMessage node as parent.
 
Method Summary
 java.lang.String getDescription()
          Get the description of the entry
 java.lang.String getKey()
          Get the name of the Key
 BinaryMessage getParent()
          Get the Parent node as one BinaryMessage instance.
 java.lang.String getValue()
          Get the value of the entry
 void setDescription(java.lang.String aDescription)
          Set the description of the entry
 void setKey(java.lang.String aKey)
          Set the key
 void setValue(java.lang.String aValue)
          Set the value of the entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinarySingleValue

public BinarySingleValue(BinaryMessage aParent)
Constructor, initialize with one BinaryMessage node as parent.

Parameters:
aParent - Parent node of this entry
Method Detail

getParent

public BinaryMessage getParent()
Get the Parent node as one BinaryMessage instance.

Returns:
Parent node

getKey

public java.lang.String getKey()
Get the name of the Key

Returns:
Name of the Key

setKey

public void setKey(java.lang.String aKey)
Set the key

Parameters:
aKey - Name of the Key

getValue

public java.lang.String getValue()
Get the value of the entry

Returns:
Value of the entry

setValue

public void setValue(java.lang.String aValue)
Set the value of the entry

Parameters:
aValue - Value of the entry

getDescription

public java.lang.String getDescription()
Get the description of the entry

Returns:
Description of the entry

setDescription

public void setDescription(java.lang.String aDescription)
Set the description of the entry

Parameters:
aDescription - Description of the entry


Copyright © 2009. All Rights Reserved.