JBoss Metadata Common 7.0.4.Final-redhat-1

org.jboss.metadata.ejb.jboss
Class ResourceManagerMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions
              extended by org.jboss.metadata.ejb.jboss.ResourceManagerMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData, WithDescriptions

public class ResourceManagerMetaData
extends NamedMetaDataWithDescriptions

ResourceManagerMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

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

ResourceManagerMetaData

public ResourceManagerMetaData()
Method Detail

getName

public String getName()
Description copied from class: NamedMetaData
Get the name.

Overrides:
getName in class NamedMetaData
Returns:
the name.

getResName

public String getResName()
Get the resName.

Returns:
the resName.

setResName

public void setResName(String resName)
Set the resName.

Parameters:
resName - the resName.
Throws:
IllegalArgumentException - for a null resName

getResClass

public String getResClass()
Get the resClass.

Returns:
the resClass.

setResClass

public void setResClass(String resClass)
Set the resClass.

Parameters:
resClass - the resClass.
Throws:
IllegalArgumentException - for a null resClass

getResJndiName

public String getResJndiName()
Get the resJndiName.

Returns:
the resJndiName.

setResJndiName

public void setResJndiName(String resJndiName)
Set the resJndiName.

Parameters:
resJndiName - the resJndiName.
Throws:
IllegalArgumentException - for a null resJndiName

getResUrl

public String getResUrl()
Get the resUrl.

Returns:
the resUrl.

setResUrl

public void setResUrl(String resUrl)
Set the resUrl.

Parameters:
resUrl - the resUrl.
Throws:
IllegalArgumentException - for a null resUrl

getResource

public String getResource()
Get the resource

Returns:
the resource

JBoss Metadata Common 7.0.4.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.