org.ow2.jonas.deployment.rar
Class AdminobjectDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.AdminobjectDesc
All Implemented Interfaces:
Serializable

public class AdminobjectDesc
extends Object
implements 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
 String getAdminobjectClass()
          Gets the adminobject-class
 String getAdminobjectInterface()
          Gets the adminobject-interface
 List getConfigPropertyList()
          Gets the config-property
 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 String getId()
Gets the id

Returns:
the id

getAdminobjectInterface

public String getAdminobjectInterface()
Gets the adminobject-interface

Returns:
the adminobject-interface

getAdminobjectClass

public String getAdminobjectClass()
Gets the adminobject-class

Returns:
the adminobject-class

getConfigPropertyList

public List getConfigPropertyList()
Gets the config-property

Returns:
the config-property


Copyright © 2010 OW2 Consortium. All Rights Reserved.