|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_rar.deployment.xml.Adminobject
This class defines the implementation of the element adminobject
| Constructor Summary | |
Adminobject()
Constructor |
|
| Method Summary | |
void |
addConfigProperty(ConfigProperty configProperty)
Add a new config-property element to this object |
java.lang.String |
getAdminobjectClass()
Gets the adminobject-class |
java.lang.String |
getAdminobjectInterface()
Gets the adminobject-interface |
JLinkedList |
getConfigPropertyList()
Gets the config-property |
java.lang.String |
getId()
Gets the id |
void |
setAdminobjectClass(java.lang.String adminobjectClass)
Set the adminobject-class |
void |
setAdminobjectInterface(java.lang.String adminobjectInterface)
Set the adminobject-interface |
void |
setConfigPropertyList(JLinkedList configPropertyList)
Set the config-property |
void |
setId(java.lang.String id)
Set the id |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.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 |
public Adminobject()
| Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id - id objectpublic java.lang.String getAdminobjectInterface()
public void setAdminobjectInterface(java.lang.String adminobjectInterface)
adminobjectInterface - adminobjectInterfacepublic java.lang.String getAdminobjectClass()
public void setAdminobjectClass(java.lang.String adminobjectClass)
adminobjectClass - adminobjectClasspublic JLinkedList getConfigPropertyList()
public void setConfigPropertyList(JLinkedList configPropertyList)
configPropertyList - configPropertypublic void addConfigProperty(ConfigProperty configProperty)
configProperty - the configPropertyobjectpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||