org.ow2.jonas.deployment.ejb
Class ActivationConfigPropertyDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.ejb.ActivationConfigPropertyDesc

public class ActivationConfigPropertyDesc
extends Object

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

Author:
JOnAS team

Constructor Summary
ActivationConfigPropertyDesc()
          Constructor
ActivationConfigPropertyDesc(ActivationConfigProperty acp)
           
 
Method Summary
 String getActivationConfigPropertyName()
          Gets the activation-config-property-name
 String getActivationConfigPropertyValue()
          Gets the activation-config-property-value
 void setActivationConfigPropertyName(String activationConfigPropertyName)
          Set the activation-config-property-name
 void setActivationConfigPropertyValue(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 String getActivationConfigPropertyName()
Gets the activation-config-property-name

Returns:
the activation-config-property-name

setActivationConfigPropertyName

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

Parameters:
activationConfigPropertyName - activation-config-property-name

getActivationConfigPropertyValue

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

Returns:
the activation-config-property-value

setActivationConfigPropertyValue

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

Parameters:
activationConfigPropertyValue - activation-config-property-value


Copyright © 2010 OW2 Consortium. All Rights Reserved.