org.objectweb.jonas_rar.deployment.api
Class AdminobjectDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.AdminobjectDesc
All Implemented Interfaces:
java.io.Serializable

public class AdminobjectDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element adminobject

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
AdminobjectDesc(Adminobject ao)
          Constructor
 
Method Summary
 java.lang.String getAdminobjectClass()
          Gets the adminobject-class
 java.lang.String getAdminobjectInterface()
          Gets the adminobject-interface
 java.util.List getConfigPropertyList()
          Gets the config-property
 java.lang.String getId()
          Gets the id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminobjectDesc

public AdminobjectDesc(Adminobject ao)
Constructor

Method Detail

getId

public java.lang.String getId()
Gets the id

Returns:
the id

getAdminobjectInterface

public java.lang.String getAdminobjectInterface()
Gets the adminobject-interface

Returns:
the adminobject-interface

getAdminobjectClass

public java.lang.String getAdminobjectClass()
Gets the adminobject-class

Returns:
the adminobject-class

getConfigPropertyList

public java.util.List getConfigPropertyList()
Gets the config-property

Returns:
the config-property