org.jboss.metadata.ejb.spec
Class ActivationConfigPropertyMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.ejb.spec.ActivationConfigPropertyMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData

public class ActivationConfigPropertyMetaData
extends NamedMetaData

ActivationConfigPropertyMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

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

ActivationConfigPropertyMetaData

public ActivationConfigPropertyMetaData()
Create a new ActivationConfigMetaData.

Method Detail

getActivationConfigPropertyName

public String getActivationConfigPropertyName()
Get the activationConfigPropertyName.

Returns:
the activationConfigPropertyName.

setActivationConfigPropertyName

public void setActivationConfigPropertyName(String activationConfigPropertyName)
Set the activationConfigPropertyName.

Parameters:
activationConfigPropertyName - the activationConfigPropertyName.
Throws:
IllegalArgumentException - for a null activationConfigPropertyName

getValue

public String getValue()
Get the value.

Returns:
the value.

setValue

public void setValue(String value)
Set the value.

Parameters:
value - the value.
Throws:
IllegalArgumentException - for a null value


Copyright © 2009 JBoss Inc.. All Rights Reserved.