org.apache.openejb.jee.jba
Class ActivationConfigProperty

java.lang.Object
  extended by org.apache.openejb.jee.jba.ActivationConfigProperty

public class ActivationConfigProperty
extends java.lang.Object


Field Summary
protected  java.lang.String activationConfigPropertyName
           
protected  java.lang.String activationConfigPropertyValue
           
 
Constructor Summary
ActivationConfigProperty()
           
 
Method Summary
 java.lang.String getActivationConfigPropertyName()
          Gets the value of the activationConfigPropertyName property.
 java.lang.String getActivationConfigPropertyValue()
          Gets the value of the activationConfigPropertyValue property.
 void setActivationConfigPropertyName(java.lang.String value)
          Sets the value of the activationConfigPropertyName property.
 void setActivationConfigPropertyValue(java.lang.String value)
          Sets the value of the activationConfigPropertyValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationConfigPropertyName

protected java.lang.String activationConfigPropertyName

activationConfigPropertyValue

protected java.lang.String activationConfigPropertyValue
Constructor Detail

ActivationConfigProperty

public ActivationConfigProperty()
Method Detail

getActivationConfigPropertyName

public java.lang.String getActivationConfigPropertyName()
Gets the value of the activationConfigPropertyName property.

Returns:
possible object is String

setActivationConfigPropertyName

public void setActivationConfigPropertyName(java.lang.String value)
Sets the value of the activationConfigPropertyName property.

Parameters:
value - allowed object is String

getActivationConfigPropertyValue

public java.lang.String getActivationConfigPropertyValue()
Gets the value of the activationConfigPropertyValue property.

Returns:
possible object is String

setActivationConfigPropertyValue

public void setActivationConfigPropertyValue(java.lang.String value)
Sets the value of the activationConfigPropertyValue property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.