|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.ejb.spec.ActivationConfigPropertyMetaData
public class ActivationConfigPropertyMetaData
ActivationConfigPropertyMetaData.
| Constructor Summary | |
|---|---|
ActivationConfigPropertyMetaData()
Create a new ActivationConfigMetaData. |
|
| Method Summary | |
|---|---|
String |
getActivationConfigPropertyName()
Get the activationConfigPropertyName. |
String |
getValue()
Get the value. |
void |
setActivationConfigPropertyName(String activationConfigPropertyName)
Set the activationConfigPropertyName. |
void |
setValue(String value)
Set the value. |
| Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
|---|
equals, getKey, getName, hashCode, merge, setName, toString |
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
|---|
clone, getId, merge, merge, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActivationConfigPropertyMetaData()
| Method Detail |
|---|
public String getActivationConfigPropertyName()
public void setActivationConfigPropertyName(String activationConfigPropertyName)
activationConfigPropertyName - the activationConfigPropertyName.
IllegalArgumentException - for a null activationConfigPropertyNamepublic String getValue()
public void setValue(String value)
value - the value.
IllegalArgumentException - for a null value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||