Package org.apache.openejb.jee.jba
Class ActivationConfigProperty
- java.lang.Object
-
- org.apache.openejb.jee.jba.ActivationConfigProperty
-
public class ActivationConfigProperty extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivationConfigPropertyNameprotected StringactivationConfigPropertyValue
-
Constructor Summary
Constructors Constructor Description ActivationConfigProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivationConfigPropertyName()Gets the value of the activationConfigPropertyName property.StringgetActivationConfigPropertyValue()Gets the value of the activationConfigPropertyValue property.voidsetActivationConfigPropertyName(String value)Sets the value of the activationConfigPropertyName property.voidsetActivationConfigPropertyValue(String value)Sets the value of the activationConfigPropertyValue property.
-
-
-
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 isString
-
getActivationConfigPropertyValue
public String getActivationConfigPropertyValue()
Gets the value of the activationConfigPropertyValue property.- Returns:
- possible object is
String
-
-