org.jboss.jca.spi
Class ActivationConfigProperty

java.lang.Object
  extended by org.jboss.jca.spi.ActivationConfigProperty
All Implemented Interfaces:
Serializable

public class ActivationConfigProperty
extends Object
implements Serializable

The ActivationConfigProperty - similar to the javax.ejb annotation

Version:
$Revision: $
Author:
Adrian Brock, Jesper Pedersen
See Also:
Serialized Form

Constructor Summary
ActivationConfigProperty()
          Constructor
ActivationConfigProperty(String name, String value)
          Constructor
 
Method Summary
 String getName()
          Get the name
 String getValue()
          Get the value
 void setName(String name)
          Set the name
 void setValue(String value)
          Set the value
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivationConfigProperty

public ActivationConfigProperty()
Constructor


ActivationConfigProperty

public ActivationConfigProperty(String name,
                                String value)
Constructor

Parameters:
name - The name
value - The value
Method Detail

getName

public String getName()
Get the name

Returns:
The name

setName

public void setName(String name)
Set the name

Parameters:
name - The name

getValue

public String getValue()
Get the value

Returns:
The value

setValue

public void setValue(String value)
Set the value

Parameters:
value - The value

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The representation


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.