
Public Member Functions | |
| EjbRelationshipRole () | |
| String | getDescription () |
| void | setDescription (String description) |
| String | getEjbRelationshipRoleName () |
| void | setEjbRelationshipRoleName (String ejbRelationshipRoleName) |
| String | getMultiplicity () |
| void | setMultiplicity (String multiplicity) |
| boolean | isCascadeDelete () |
| void | setCascadeDelete () |
| RelationshipRoleSource | getRelationshipRoleSource () |
| void | setRelationshipRoleSource (RelationshipRoleSource relationshipRoleSource) |
| CmrField | getCmrField () |
| void | setCmrField (CmrField cmrField) |
| String | toXML (int indent) |
Definition at line 36 of file EjbRelationshipRole.java.
|
|
Constructor Definition at line 72 of file EjbRelationshipRole.java. |
|
|
Gets the cmr-field
Definition at line 159 of file EjbRelationshipRole.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc.EjbRelationDesc(). |
|
|
Gets the description
Definition at line 80 of file EjbRelationshipRole.java. |
|
|
Gets the ejb-relationship-role-name
Definition at line 96 of file EjbRelationshipRole.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc.EjbRelationDesc(). |
|
|
Gets the multiplicity
Definition at line 112 of file EjbRelationshipRole.java. |
|
|
Gets the relationship-role-source
Definition at line 143 of file EjbRelationshipRole.java. |
|
|
Gets the cascade-delete
Definition at line 128 of file EjbRelationshipRole.java. |
|
|
Set the cascade-delete Definition at line 135 of file EjbRelationshipRole.java. |
|
|
Set the cmr-field
Definition at line 167 of file EjbRelationshipRole.java. |
|
|
Set the description
Definition at line 88 of file EjbRelationshipRole.java. |
|
|
Set the ejb-relationship-role-name
Definition at line 104 of file EjbRelationshipRole.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc.EjbRelationDesc(). |
|
|
Set the multiplicity
Definition at line 120 of file EjbRelationshipRole.java. |
|
|
Set the relationship-role-source
Definition at line 151 of file EjbRelationshipRole.java. |
|
|
Represents this element by it's XML description.
Definition at line 176 of file EjbRelationshipRole.java. References org.objectweb.jonas_ejb.deployment.xml.CmrField.toXML(), and org.objectweb.jonas_ejb.deployment.xml.RelationshipRoleSource.toXML(). |
Here is the call graph for this function:

1.3.9.1