org.ow2.jonas.deployment.rar
Class ConfigPropertyDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.ConfigPropertyDesc
All Implemented Interfaces:
Serializable

public class ConfigPropertyDesc
extends Object
implements Serializable

This class defines the implementation of the element config-property

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
ConfigPropertyDesc()
          Constructor
ConfigPropertyDesc(ConfigProperty cp)
           
ConfigPropertyDesc(ConfigPropertyDesc cpd)
           
 
Method Summary
 String getConfigPropertyName()
          Gets the config-property-name
 String getConfigPropertyType()
          Gets the config-property-type
 String getConfigPropertyValue()
          Gets the config-property-value
 List getDescriptionList()
          Gets the description
 void setConfigPropertyName(String configPropertyName)
          Set the config-property-name
 void setConfigPropertyType(String configPropertyType)
          Set the config-property-type
 void setConfigPropertyValue(String configPropertyValue)
          Set the config-property-value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigPropertyDesc

public ConfigPropertyDesc()
Constructor


ConfigPropertyDesc

public ConfigPropertyDesc(ConfigProperty cp)

ConfigPropertyDesc

public ConfigPropertyDesc(ConfigPropertyDesc cpd)
Method Detail

getDescriptionList

public List getDescriptionList()
Gets the description

Returns:
the description

getConfigPropertyName

public String getConfigPropertyName()
Gets the config-property-name

Returns:
the config-property-name

setConfigPropertyName

public void setConfigPropertyName(String configPropertyName)
Set the config-property-name

Parameters:
configPropertyName - configPropertyName

getConfigPropertyType

public String getConfigPropertyType()
Gets the config-property-type

Returns:
the config-property-type

setConfigPropertyType

public void setConfigPropertyType(String configPropertyType)
Set the config-property-type

Parameters:
configPropertyType - configPropertyType

getConfigPropertyValue

public String getConfigPropertyValue()
Gets the config-property-value

Returns:
the config-property-value

setConfigPropertyValue

public void setConfigPropertyValue(String configPropertyValue)
Set the config-property-value

Parameters:
configPropertyValue - configPropertyValue


Copyright © 2010 OW2 Consortium. All Rights Reserved.