java.io.Serializable, IdMetaData, MappableMetaDatapublic class ResourceReferenceMetaData extends ResourceInjectionMetaDataWithDescriptions
| Constructor | Description |
|---|---|
ResourceReferenceMetaData() |
Create a new ResourceReferenceMetaData.
|
| Modifier and Type | Method | Description |
|---|---|---|
ResourceAuthorityType |
getResAuth() |
Get the authority.
|
java.lang.String |
getResourceName() |
Get the resourceName.
|
java.lang.String |
getResourceRefName() |
Get the resourceRefName.
|
ResourceSharingScopeType |
getResSharingScope() |
Get the sharingScope.
|
java.lang.String |
getResUrl() |
Get the resUrl.
|
java.lang.String |
getType() |
Get the type.
|
boolean |
isContainerAuth() |
Get the containerAuth.
|
boolean |
isShareable() |
Get the isShareable.
|
void |
setResAuth(ResourceAuthorityType authority) |
Set the authority.
|
void |
setResourceName(java.lang.String resourceName) |
Set the resourceName.
|
void |
setResourceRefName(java.lang.String resourceRefName) |
Set the resourceRefName.
|
void |
setResSharingScope(ResourceSharingScopeType sharingScope) |
Set the sharingScope.
|
void |
setResUrl(java.lang.String resUrl) |
Set the resUrl.
|
void |
setType(java.lang.String type) |
Set the type.
|
java.lang.String |
toString() |
clone, getId, setIdequals, getKey, hashCode, setNamefinalize, getClass, notify, notifyAll, wait, wait, waitgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNamegetDescriptions, setDescriptionspublic ResourceReferenceMetaData()
public java.lang.String getResourceRefName()
public void setResourceRefName(java.lang.String resourceRefName)
resourceRefName - the resourceRefName.java.lang.IllegalArgumentException - for a null resourceRefNamepublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type.java.lang.IllegalArgumentException - for a null typepublic ResourceAuthorityType getResAuth()
public void setResAuth(ResourceAuthorityType authority)
authority - the authority.java.lang.IllegalArgumentException - for a null authoritypublic boolean isContainerAuth()
public ResourceSharingScopeType getResSharingScope()
public void setResSharingScope(ResourceSharingScopeType sharingScope)
sharingScope - the sharingScope.java.lang.IllegalArgumentException - for a null sharingScopepublic boolean isShareable()
public java.lang.String getResourceName()
public void setResourceName(java.lang.String resourceName)
resourceName - the resourceName.java.lang.IllegalArgumentException - for a null resourceNamepublic java.lang.String getResUrl()
public void setResUrl(java.lang.String resUrl)
resUrl - the resUrl.java.lang.IllegalArgumentException - for a null resUrlpublic java.lang.String toString()
toString in class NamedMetaDataCopyright © 2018 JBoss by Red Hat. All rights reserved.