org.jopendocument.model
Class ConfigConfigItem

java.lang.Object
  extended by org.jopendocument.model.ConfigConfigItem

public class ConfigConfigItem
extends java.lang.Object


Constructor Summary
ConfigConfigItem()
           
 
Method Summary
 java.lang.String getConfigName()
          Gets the value of the configName property.
 java.lang.String getConfigType()
          Gets the value of the configType property.
 java.lang.String getvalue()
          Gets the value of the value property.
 void setConfigName(java.lang.String value)
          Sets the value of the configName property.
 void setConfigType(java.lang.String value)
          Sets the value of the configType property.
 void setvalue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigConfigItem

public ConfigConfigItem()
Method Detail

getConfigName

public java.lang.String getConfigName()
Gets the value of the configName property.

Returns:
possible object is String

getConfigType

public java.lang.String getConfigType()
Gets the value of the configType property.

Returns:
possible object is String

getvalue

public java.lang.String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setConfigName

public void setConfigName(java.lang.String value)
Sets the value of the configName property.

Parameters:
value - allowed object is String

setConfigType

public void setConfigType(java.lang.String value)
Sets the value of the configType property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String