| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.EjbRelation
EjbRelation | public class EjbRelation extends AbsElement (Code) | | This class defines the implementation of the element ejb-relation
author: JOnAS team |
EjbRelation | public EjbRelation()(Code) | | Constructor
|
addEjbRelationshipRole | public void addEjbRelationshipRole(EjbRelationshipRole ejbRelationshipRole)(Code) | | Add a new ejb-relationship-role element to this object
Parameters: ejbRelationshipRole - the ejb-relationship-role object |
getDescription | public String getDescription()(Code) | | Gets the description
the description |
getEjbRelationName | public String getEjbRelationName()(Code) | | Gets the ejb-relation-name
the ejb-relation-name |
getEjbRelationshipRole | public EjbRelationshipRole getEjbRelationshipRole()(Code) | | Gets the first ejb-relationship-role
the ejb-relationship-role |
getEjbRelationshipRole2 | public EjbRelationshipRole getEjbRelationshipRole2()(Code) | | Gets the second ejb-relationship-role
the ejb-relationship-role |
getEjbRelationshipRoleList | public JLinkedList getEjbRelationshipRoleList()(Code) | | Gets the ejb-relationship-role list
the ejb-relationship-role list |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setEjbRelationName | public void setEjbRelationName(String ejbRelationName)(Code) | | Set the ejb-relation-name
Parameters: ejbRelationName - ejbRelationName |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|