public class ResourceManagerMetaData extends NamedMetaDataWithDescriptions
Constructor and Description |
---|
ResourceManagerMetaData() |
Modifier and Type | Method and Description |
---|---|
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.
|
getDescriptions, setDescriptions
equals, getKey, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
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()
Copyright © 2019 JBoss by Red Hat. All rights reserved.