org.jboss.metadata.rar.jboss.mcf
Class ManagedConnectionFactoryPropertyMetaData

java.lang.Object
  extended by org.jboss.metadata.rar.jboss.mcf.ManagedConnectionFactoryPropertyMetaData
All Implemented Interfaces:
Serializable

public class ManagedConnectionFactoryPropertyMetaData
extends Object
implements Serializable

A ManagedConnectionFactoryProperty.

Version:
$Revision: 85148 $
Author:
Weston Price, Jeff Zhang
See Also:
Serialized Form

Constructor Summary
ManagedConnectionFactoryPropertyMetaData()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          Get the name.
 String getType()
          Get the type.
 String getValue()
          Get the value.
 int hashCode()
           
 void setName(String name)
          Set the name.
 void setType(String type)
          Set the type.
 void setValue(String value)
          Set the value.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedConnectionFactoryPropertyMetaData

public ManagedConnectionFactoryPropertyMetaData()
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 to set.

getType

public String getType()
Get the type.

Returns:
the type.

setType

public void setType(String type)
Set the type.

Parameters:
type - The type to set.

getValue

public String getValue()
Get the value.

Returns:
the value.

setValue

public void setValue(String value)
Set the value.

Parameters:
value - The value to set.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.