| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.JonasEjbRelationshipRole
JonasEjbRelationshipRole | public class JonasEjbRelationshipRole extends AbsElement (Code) | | This class defines the implementation of the element jonas-ejb-relationship-role
author: JOnAS team |
JonasEjbRelationshipRole | public JonasEjbRelationshipRole()(Code) | | Constructor
|
addForeignKeyJdbcMapping | public void addForeignKeyJdbcMapping(ForeignKeyJdbcMapping foreignKeyJdbcMapping)(Code) | | Add a new foreign-key-jdbc-mapping element to this object
Parameters: foreignKeyJdbcMapping - the foreignKeyJdbcMappingobject |
getEjbRelationshipRoleName | public String getEjbRelationshipRoleName()(Code) | | Gets the ejb-relationship-role-name
the ejb-relationship-role-name |
getForeignKeyJdbcMappingList | public JLinkedList getForeignKeyJdbcMappingList()(Code) | | Gets the foreign-key-jdbc-mapping
the foreign-key-jdbc-mapping |
setEjbRelationshipRoleName | public void setEjbRelationshipRoleName(String ejbRelationshipRoleName)(Code) | | Set the ejb-relationship-role-name
Parameters: ejbRelationshipRoleName - ejbRelationshipRoleName |
setForeignKeyJdbcMappingList | public void setForeignKeyJdbcMappingList(JLinkedList foreignKeyJdbcMappingList)(Code) | | Set the foreign-key-jdbc-mapping
Parameters: foreignKeyJdbcMappingList - foreignKeyJdbcMapping |
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. |
|
|
|