| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.EjbRelationshipRole
EjbRelationshipRole | public class EjbRelationshipRole extends AbsElement (Code) | | This class defines the implementation of the element ejb-relationship-role
author: JOnAS team |
EjbRelationshipRole | public EjbRelationshipRole()(Code) | | Constructor
|
getCmrField | public CmrField getCmrField()(Code) | | Gets the cmr-field
the cmr-field |
getDescription | public String getDescription()(Code) | | Gets the description
the description |
getEjbRelationshipRoleName | public String getEjbRelationshipRoleName()(Code) | | Gets the ejb-relationship-role-name
the ejb-relationship-role-name |
getMultiplicity | public String getMultiplicity()(Code) | | Gets the multiplicity
the multiplicity |
getRelationshipRoleSource | public RelationshipRoleSource getRelationshipRoleSource()(Code) | | Gets the relationship-role-source
the relationship-role-source |
isCascadeDelete | public boolean isCascadeDelete()(Code) | | Gets the cascade-delete
true if cascade-delete |
setCascadeDelete | public void setCascadeDelete()(Code) | | Set the cascade-delete
|
setCmrField | public void setCmrField(CmrField cmrField)(Code) | | Set the cmr-field
Parameters: cmrField - cmrField |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setEjbRelationshipRoleName | public void setEjbRelationshipRoleName(String ejbRelationshipRoleName)(Code) | | Set the ejb-relationship-role-name
Parameters: ejbRelationshipRoleName - ejbRelationshipRoleName |
setMultiplicity | public void setMultiplicity(String multiplicity)(Code) | | Set the multiplicity
Parameters: multiplicity - multiplicity |
setRelationshipRoleSource | public void setRelationshipRoleSource(RelationshipRoleSource relationshipRoleSource)(Code) | | Set the relationship-role-source
Parameters: relationshipRoleSource - relationshipRoleSource |
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. |
|
|
|