org.objectweb.jonas_rar.deployment.api
Class TmConfigPropertyDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.TmConfigPropertyDesc
All Implemented Interfaces:
java.io.Serializable

public class TmConfigPropertyDesc
extends java.lang.Object
implements java.io.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
 java.lang.String getTmConfigPropertyName()
          Gets the tm-config-property-name
 java.lang.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 java.lang.String getTmConfigPropertyName()
Gets the tm-config-property-name

Returns:
the tm-config-property-name

getTmConfigPropertyValue

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

Returns:
the tm-config-property-value