org.jboss.jca.common.metadata.ra.common
Class Adminobject

java.lang.Object
  extended by org.jboss.jca.common.metadata.ra.common.Adminobject
All Implemented Interfaces:
Serializable, JCAMetadata, IdDecoratedMetadata

public class Adminobject
extends Object
implements IdDecoratedMetadata

Author:
Stefano Maestri
See Also:
Serialized Form

Nested Class Summary
static class Adminobject.Attribute
          A Attribute.
static class Adminobject.Tag
          A Tag.
 
Constructor Summary
Adminobject(XsdString adminobjectInterface, XsdString adminobjectClass, ArrayList<? extends ConfigProperty> configProperty, String id)
           
 
Method Summary
 boolean equals(Object obj)
          
 XsdString getAdminobjectClass()
           
 XsdString getAdminobjectInterface()
           
 List<? extends ConfigProperty> getConfigProperty()
           
 String getId()
          Return the String representing xml ID
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Adminobject

public Adminobject(XsdString adminobjectInterface,
                   XsdString adminobjectClass,
                   ArrayList<? extends ConfigProperty> configProperty,
                   String id)
Parameters:
adminobjectInterface - full qualified name of the interface
adminobjectClass - full qualified name of the implementation class
configProperty - ArrayList of config propeties
id - xmlid
Method Detail

getAdminobjectInterface

public XsdString getAdminobjectInterface()
Returns:
adminobjectInterface

getAdminobjectClass

public XsdString getAdminobjectClass()
Returns:
adminobjectClass

getConfigProperty

public List<? extends ConfigProperty> getConfigProperty()
Returns:
configProperty

getId

public String getId()
Return the String representing xml ID

Specified by:
getId in interface IdDecoratedMetadata
Returns:
the XML ID
See Also:
IdDecoratedMetadata.getId()

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)