org.objectweb.jonas_rar.deployment.api
Class JonasAdminobjectDesc

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

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

This class defines the implementation of the element jonas-adminobject

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
JonasAdminobjectDesc(JonasAdminobject ja)
          Constructor
 
Method Summary
 java.util.List getDescriptionList()
          Gets the description
 java.lang.String getId()
          Gets the id
 java.lang.String getJndiName()
          Gets the jndiName
 java.util.List getJonasConfigPropertyList()
          Gets the jonas-config-property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasAdminobjectDesc

public JonasAdminobjectDesc(JonasAdminobject ja)
Constructor

Method Detail

getId

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

Returns:
the id

getDescriptionList

public java.util.List getDescriptionList()
Gets the description

Returns:
the description

getJndiName

public java.lang.String getJndiName()
Gets the jndiName

Returns:
the jndiname

getJonasConfigPropertyList

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

Returns:
the jonas-config-property