org.ow2.jonas.deployment.rar
Class TmConfigPropertyDesc

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

public class TmConfigPropertyDesc
extends Object
implements Serializable

This class defines the implementation of the element tm-config-property

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
TmConfigPropertyDesc(TmConfigProperty tcp)
          Constructor
 
Method Summary
 String getTmConfigPropertyName()
          Gets the tm-config-property-name
 String getTmConfigPropertyValue()
          Gets the tm-config-property-value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TmConfigPropertyDesc

public TmConfigPropertyDesc(TmConfigProperty tcp)
Constructor

Method Detail

getTmConfigPropertyName

public String getTmConfigPropertyName()
Gets the tm-config-property-name

Returns:
the tm-config-property-name

getTmConfigPropertyValue

public String getTmConfigPropertyValue()
Gets the tm-config-property-value

Returns:
the tm-config-property-value


Copyright © 2010 OW2 Consortium. All Rights Reserved.