org.ow2.jonas.deployment.rar.xml
Class Adminobject

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.rar.xml.Adminobject
All Implemented Interfaces:
Serializable, Element

public class Adminobject
extends AbsElement

This class defines the implementation of the element adminobject

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
Adminobject()
          Constructor
 
Method Summary
 void addConfigProperty(ConfigProperty configProperty)
          Add a new config-property element to this object
 String getAdminobjectClass()
          Gets the adminobject-class
 String getAdminobjectInterface()
          Gets the adminobject-interface
 JLinkedList getConfigPropertyList()
          Gets the config-property
 String getId()
          Gets the id
 void setAdminobjectClass(String adminobjectClass)
          Set the adminobject-class
 void setAdminobjectInterface(String adminobjectInterface)
          Set the adminobject-interface
 void setConfigPropertyList(JLinkedList configPropertyList)
          Set the config-property
 void setId(String id)
          Set the id
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Adminobject

public Adminobject()
Constructor

Method Detail

getId

public String getId()
Gets the id

Returns:
the id

setId

public void setId(String id)
Set the id

Parameters:
id - id object

getAdminobjectInterface

public String getAdminobjectInterface()
Gets the adminobject-interface

Returns:
the adminobject-interface

setAdminobjectInterface

public void setAdminobjectInterface(String adminobjectInterface)
Set the adminobject-interface

Parameters:
adminobjectInterface - adminobjectInterface

getAdminobjectClass

public String getAdminobjectClass()
Gets the adminobject-class

Returns:
the adminobject-class

setAdminobjectClass

public void setAdminobjectClass(String adminobjectClass)
Set the adminobject-class

Parameters:
adminobjectClass - adminobjectClass

getConfigPropertyList

public JLinkedList getConfigPropertyList()
Gets the config-property

Returns:
the config-property

setConfigPropertyList

public void setConfigPropertyList(JLinkedList configPropertyList)
Set the config-property

Parameters:
configPropertyList - configProperty

addConfigProperty

public void addConfigProperty(ConfigProperty configProperty)
Add a new config-property element to this object

Parameters:
configProperty - the configPropertyobject

toXML

public String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.


Copyright © 2010 OW2 Consortium. All Rights Reserved.