org.apache.geronimo.connector.deployment.dconfigbean
Class ConfigPropertySettings

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended by org.apache.geronimo.connector.deployment.dconfigbean.ConfigPropertySettings

public class ConfigPropertySettings
extends XmlBeanSupport


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
ConfigPropertySettings()
           
 
Method Summary
 String getConfigPropertyName()
           
 String getConfigPropertyType()
           
 String getConfigPropertyValue()
           
 void setConfigPropertyValue(String configPropertyValue)
           
 String toString()
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, configured, fromXML, getSchemaTypeLoader, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigPropertySettings

public ConfigPropertySettings()
Method Detail

getConfigPropertyName

public String getConfigPropertyName()

getConfigPropertyType

public String getConfigPropertyType()

getConfigPropertyValue

public String getConfigPropertyValue()

setConfigPropertyValue

public void setConfigPropertyValue(String configPropertyValue)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.