|
||||||||||
| 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.JonasEjbRelationshipRole
This class defines the implementation of the element jonas-ejb-relationship-role
| Constructor Summary | |
JonasEjbRelationshipRole()
Constructor |
|
| Method Summary | |
void |
addForeignKeyJdbcMapping(ForeignKeyJdbcMapping foreignKeyJdbcMapping)
Add a new foreign-key-jdbc-mapping element to this object |
java.lang.String |
getEjbRelationshipRoleName()
Gets the ejb-relationship-role-name |
JLinkedList |
getForeignKeyJdbcMappingList()
Gets the foreign-key-jdbc-mapping |
void |
setEjbRelationshipRoleName(java.lang.String ejbRelationshipRoleName)
Set the ejb-relationship-role-name |
void |
setForeignKeyJdbcMappingList(JLinkedList foreignKeyJdbcMappingList)
Set the foreign-key-jdbc-mapping |
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 JonasEjbRelationshipRole()
| Method Detail |
public java.lang.String getEjbRelationshipRoleName()
public void setEjbRelationshipRoleName(java.lang.String ejbRelationshipRoleName)
ejbRelationshipRoleName - ejbRelationshipRoleNamepublic JLinkedList getForeignKeyJdbcMappingList()
public void setForeignKeyJdbcMappingList(JLinkedList foreignKeyJdbcMappingList)
foreignKeyJdbcMappingList - foreignKeyJdbcMappingpublic void addForeignKeyJdbcMapping(ForeignKeyJdbcMapping foreignKeyJdbcMapping)
foreignKeyJdbcMapping - the foreignKeyJdbcMappingobjectpublic 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 | |||||||||