org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole Class Reference

List of all members.

Public Member Functions

 JonasEjbRelationshipRole ()
String getEjbRelationshipRoleName ()
void setEjbRelationshipRoleName (String ejbRelationshipRoleName)
JLinkedList getForeignKeyJdbcMappingList ()
void setForeignKeyJdbcMappingList (JLinkedList foreignKeyJdbcMappingList)
void addForeignKeyJdbcMapping (ForeignKeyJdbcMapping foreignKeyJdbcMapping)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element jonas-ejb-relationship-role

Author:
JOnAS team

Definition at line 37 of file JonasEjbRelationshipRole.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.JonasEjbRelationshipRole  ) 
 

Constructor

Definition at line 53 of file JonasEjbRelationshipRole.java.


Member Function Documentation

void org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.addForeignKeyJdbcMapping ForeignKeyJdbcMapping  foreignKeyJdbcMapping  ) 
 

Add a new foreign-key-jdbc-mapping element to this object

Parameters:
foreignKeyJdbcMapping the foreignKeyJdbcMappingobject

Definition at line 94 of file JonasEjbRelationshipRole.java.

String org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.getEjbRelationshipRoleName  ) 
 

Gets the ejb-relationship-role-name

Returns:
the ejb-relationship-role-name

Definition at line 62 of file JonasEjbRelationshipRole.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc.setJonasInfo().

JLinkedList org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.getForeignKeyJdbcMappingList  ) 
 

Gets the foreign-key-jdbc-mapping

Returns:
the foreign-key-jdbc-mapping

Definition at line 78 of file JonasEjbRelationshipRole.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EjbRelationshipRoleDesc.fillMappingInfo().

void org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.setEjbRelationshipRoleName String  ejbRelationshipRoleName  ) 
 

Set the ejb-relationship-role-name

Parameters:
ejbRelationshipRoleName ejbRelationshipRoleName

Definition at line 70 of file JonasEjbRelationshipRole.java.

void org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.setForeignKeyJdbcMappingList JLinkedList  foreignKeyJdbcMappingList  ) 
 

Set the foreign-key-jdbc-mapping

Parameters:
foreignKeyJdbcMappingList foreignKeyJdbcMapping

Definition at line 86 of file JonasEjbRelationshipRole.java.

String org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Definition at line 103 of file JonasEjbRelationshipRole.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:11:37 2005 for JOnAS by  doxygen 1.3.9.1