org.jopendocument.model
Class ConfigConfigItem

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

public class ConfigConfigItem
extends Object


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

Field Detail

configName

protected String configName

configType

protected String configType

value

protected String value
Constructor Detail

ConfigConfigItem

public ConfigConfigItem()
Method Detail

getConfigName

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

Returns:
possible object is String

getConfigType

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

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setConfigName

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

Parameters:
value - allowed object is String

setConfigType

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

Parameters:
value - allowed object is String

setvalue

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.