com.tibco.bw.poa.model.impl
Class PropertyConfigImpl

java.lang.Object
  extended by com.tibco.bw.poa.model.impl.PropertyConfigImpl
All Implemented Interfaces:
PropertyConfig

public class PropertyConfigImpl
extends java.lang.Object
implements PropertyConfig


Constructor Summary
PropertyConfigImpl()
           
 
Method Summary
 java.lang.String getName()
          The name of the property.
 java.lang.String getStringValue()
          The value of the property.
 void setName(java.lang.String name)
           
 void setStringValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyConfigImpl

public PropertyConfigImpl()
Method Detail

setName

public void setName(java.lang.String name)

setStringValue

public void setStringValue(java.lang.String value)

getName

public java.lang.String getName()
Description copied from interface: PropertyConfig
The name of the property.

Specified by:
getName in interface PropertyConfig
Returns:

getStringValue

public java.lang.String getStringValue()
Description copied from interface: PropertyConfig
The value of the property.

Specified by:
getStringValue in interface PropertyConfig
Returns:


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved