|
|||||||||
| 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_ejb.deployment.xml.EjbRelation
public class EjbRelation
This class defines the implementation of the element ejb-relation
| Constructor Summary | |
|---|---|
EjbRelation()
Constructor |
|
| Method Summary | |
|---|---|
void |
addEjbRelationshipRole(EjbRelationshipRole ejbRelationshipRole)
Add a new ejb-relationship-role element to this object |
java.lang.String |
getDescription()
Gets the description |
java.lang.String |
getEjbRelationName()
Gets the ejb-relation-name |
EjbRelationshipRole |
getEjbRelationshipRole()
Gets the first ejb-relationship-role |
EjbRelationshipRole |
getEjbRelationshipRole2()
Gets the second ejb-relationship-role |
JLinkedList |
getEjbRelationshipRoleList()
Gets the ejb-relationship-role list |
void |
setDescription(java.lang.String description)
Set the description |
void |
setEjbRelationName(java.lang.String ejbRelationName)
Set the ejb-relation-name |
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 EjbRelation()
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - descriptionpublic java.lang.String getEjbRelationName()
public void setEjbRelationName(java.lang.String ejbRelationName)
ejbRelationName - ejbRelationNamepublic void addEjbRelationshipRole(EjbRelationshipRole ejbRelationshipRole)
ejbRelationshipRole - the ejb-relationship-role objectpublic JLinkedList getEjbRelationshipRoleList()
public EjbRelationshipRole getEjbRelationshipRole()
public EjbRelationshipRole getEjbRelationshipRole2()
public java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||