cisco.uc.cuae
Class EtchBridge.ConfigEntry

java.lang.Object
  extended by cisco.uc.cuae.EtchBridge.ConfigEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
EtchBridge

public static class EtchBridge.ConfigEntry
extends java.lang.Object
implements java.io.Serializable

Struct to hold application configuration item

See Also:
Serialized Form

Field Summary
 java.lang.Object configValue
          Value of config entry
 java.lang.String dataType
          Data type of config entry
 java.lang.String name
          Name of config entry
 
Constructor Summary
EtchBridge.ConfigEntry()
          Constructs the ConfigEntry.
EtchBridge.ConfigEntry(java.lang.String name, java.lang.String dataType, java.lang.Object configValue)
          Constructs the ConfigEntry.
 
Method Summary
 java.lang.Object getConfigValue()
          Gets the value.
 java.lang.String getDataType()
          Gets the value.
 java.lang.String getName()
          Gets the value.
 void setConfigValue(java.lang.Object value)
          Sets the value.
 void setDataType(java.lang.String value)
          Sets the value.
 void setName(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Name of config entry


dataType

public java.lang.String dataType
Data type of config entry


configValue

public java.lang.Object configValue
Value of config entry

Constructor Detail

EtchBridge.ConfigEntry

public EtchBridge.ConfigEntry()
Constructs the ConfigEntry. Don't init any fields.


EtchBridge.ConfigEntry

public EtchBridge.ConfigEntry(java.lang.String name,
                              java.lang.String dataType,
                              java.lang.Object configValue)
Constructs the ConfigEntry.

Parameters:
name - Name of config entry
dataType - Data type of config entry
configValue - Value of config entry
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Gets the value. Name of config entry

Returns:
the value.

setName

public void setName(java.lang.String value)
Sets the value. Name of config entry

Parameters:
value - the value.

getDataType

public java.lang.String getDataType()
Gets the value. Data type of config entry

Returns:
the value.

setDataType

public void setDataType(java.lang.String value)
Sets the value. Data type of config entry

Parameters:
value - the value.

getConfigValue

public java.lang.Object getConfigValue()
Gets the value. Value of config entry

Returns:
the value.

setConfigValue

public void setConfigValue(java.lang.Object value)
Sets the value. Value of config entry

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.