|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.rar.jboss.mcf.ManagedConnectionFactoryPropertyMetaData
public class ManagedConnectionFactoryPropertyMetaData
A ManagedConnectionFactoryProperty.
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 |
---|
public ManagedConnectionFactoryPropertyMetaData()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name to set.public String getType()
public void setType(String type)
type
- The type to set.public String getValue()
public void setValue(String value)
value
- The value to set.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |