|
||||||||||
| 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.JonasEjbRelation
This class defines the implementation of the element jonas-ejb-relation
| Constructor Summary | |
JonasEjbRelation()
Constructor |
|
| Method Summary | |
void |
addJonasEjbRelationshipRole(JonasEjbRelationshipRole jonasEjbRelationshipRole)
Add a new jonas-ejb-relationship-role element to this object |
java.lang.String |
getEjbRelationName()
Gets the ejb-relation-name |
java.lang.String |
getJdbcTableName()
Gets the jdbc-table-name |
JLinkedList |
getJonasEjbRelationshipRoleList()
Gets the jonas-ejb-relationship-role |
void |
setEjbRelationName(java.lang.String ejbRelationName)
Set the ejb-relation-name |
void |
setJdbcTableName(java.lang.String jdbcTableName)
Set the jdbc-table-name |
void |
setJonasEjbRelationshipRoleList(JLinkedList jonasEjbRelationshipRoleList)
Set the jonas-ejb-relationship-role |
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 JonasEjbRelation()
| Method Detail |
public java.lang.String getEjbRelationName()
public void setEjbRelationName(java.lang.String ejbRelationName)
ejbRelationName - ejbRelationNamepublic java.lang.String getJdbcTableName()
public void setJdbcTableName(java.lang.String jdbcTableName)
jdbcTableName - jdbcTableNamepublic JLinkedList getJonasEjbRelationshipRoleList()
public void setJonasEjbRelationshipRoleList(JLinkedList jonasEjbRelationshipRoleList)
jonasEjbRelationshipRoleList - jonasEjbRelationshipRolepublic void addJonasEjbRelationshipRole(JonasEjbRelationshipRole jonasEjbRelationshipRole)
jonasEjbRelationshipRole - the jonasEjbRelationshipRoleobjectpublic 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 | |||||||||