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