org.apache.openejb.jee.jba
Class ActivationConfigProperty

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

public class ActivationConfigProperty
extends Object


Field Summary
protected  String activationConfigPropertyName
           
protected  String activationConfigPropertyValue
           
 
Constructor Summary
ActivationConfigProperty()
           
 
Method Summary
 String getActivationConfigPropertyName()
          Gets the value of the activationConfigPropertyName property.
 String getActivationConfigPropertyValue()
          Gets the value of the activationConfigPropertyValue property.
 void setActivationConfigPropertyName(String value)
          Sets the value of the activationConfigPropertyName property.
 void setActivationConfigPropertyValue(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 String activationConfigPropertyName

activationConfigPropertyValue

protected String activationConfigPropertyValue
Constructor Detail

ActivationConfigProperty

public ActivationConfigProperty()
Method Detail

getActivationConfigPropertyName

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

Returns:
possible object is String

setActivationConfigPropertyName

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

Parameters:
value - allowed object is String

getActivationConfigPropertyValue

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

Returns:
possible object is String

setActivationConfigPropertyValue

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

Parameters:
value - allowed object is String


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