org.objectweb.jonas_ejb.deployment.api
Class ActivationConfigPropertyDesc

java.lang.Object
  extended by org.objectweb.jonas_ejb.deployment.api.ActivationConfigPropertyDesc

public class ActivationConfigPropertyDesc
extends java.lang.Object

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

Author:
JOnAS team

Constructor Summary
ActivationConfigPropertyDesc()
          Constructor
ActivationConfigPropertyDesc(ActivationConfigProperty acp)
           
 
Method Summary
 java.lang.String getActivationConfigPropertyName()
          Gets the activation-config-property-name
 java.lang.String getActivationConfigPropertyValue()
          Gets the activation-config-property-value
 void setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
          Set the activation-config-property-name
 void setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
          Set the activation-config-property-value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationConfigPropertyDesc

public ActivationConfigPropertyDesc()
Constructor


ActivationConfigPropertyDesc

public ActivationConfigPropertyDesc(ActivationConfigProperty acp)
Method Detail

getActivationConfigPropertyName

public java.lang.String getActivationConfigPropertyName()
Gets the activation-config-property-name

Returns:
the activation-config-property-name

setActivationConfigPropertyName

public void setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
Set the activation-config-property-name

Parameters:
activationConfigPropertyName - activation-config-property-name

getActivationConfigPropertyValue

public java.lang.String getActivationConfigPropertyValue()
Gets the activation-config-property-value

Returns:
the activation-config-property-value

setActivationConfigPropertyValue

public void setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
Set the activation-config-property-value

Parameters:
activationConfigPropertyValue - activation-config-property-value