org.apache.openejb.jee.jba
Class ActivationConfigProperty
java.lang.Object
org.apache.openejb.jee.jba.ActivationConfigProperty
public class ActivationConfigProperty
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activationConfigPropertyName
protected java.lang.String activationConfigPropertyName
activationConfigPropertyValue
protected java.lang.String activationConfigPropertyValue
ActivationConfigProperty
public ActivationConfigProperty()
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.