|
JBoss Metadata Common 7.0.1.Final | |||||||||
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.javaee.support.NamedMetaDataWithDescriptions
org.jboss.metadata.ejb.jboss.ResourceManagerMetaData
public class ResourceManagerMetaData
ResourceManagerMetaData.
Constructor Summary | |
---|---|
ResourceManagerMetaData()
|
Method Summary | |
---|---|
String |
getName()
Get the name. |
String |
getResClass()
Get the resClass. |
String |
getResJndiName()
Get the resJndiName. |
String |
getResName()
Get the resName. |
String |
getResource()
Get the resource |
String |
getResUrl()
Get the resUrl. |
void |
setResClass(String resClass)
Set the resClass. |
void |
setResJndiName(String resJndiName)
Set the resJndiName. |
void |
setResName(String resName)
Set the resName. |
void |
setResUrl(String resUrl)
Set the resUrl. |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions |
---|
getDescriptions, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, hashCode, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
---|
getKey |
Constructor Detail |
---|
public ResourceManagerMetaData()
Method Detail |
---|
public String getName()
NamedMetaData
getName
in class NamedMetaData
public String getResName()
public void setResName(String resName)
resName
- the resName.
IllegalArgumentException
- for a null resNamepublic String getResClass()
public void setResClass(String resClass)
resClass
- the resClass.
IllegalArgumentException
- for a null resClasspublic String getResJndiName()
public void setResJndiName(String resJndiName)
resJndiName
- the resJndiName.
IllegalArgumentException
- for a null resJndiNamepublic String getResUrl()
public void setResUrl(String resUrl)
resUrl
- the resUrl.
IllegalArgumentException
- for a null resUrlpublic String getResource()
|
JBoss Metadata Common 7.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |