|
||||||||||
| 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.EjbRelationshipRole
This class defines the implementation of the element ejb-relationship-role
| Constructor Summary | |
EjbRelationshipRole()
Constructor |
|
| Method Summary | |
CmrField |
getCmrField()
Gets the cmr-field |
java.lang.String |
getDescription()
Gets the description |
java.lang.String |
getEjbRelationshipRoleName()
Gets the ejb-relationship-role-name |
java.lang.String |
getMultiplicity()
Gets the multiplicity |
RelationshipRoleSource |
getRelationshipRoleSource()
Gets the relationship-role-source |
boolean |
isCascadeDelete()
Gets the cascade-delete |
void |
setCascadeDelete()
Set the cascade-delete |
void |
setCmrField(CmrField cmrField)
Set the cmr-field |
void |
setDescription(java.lang.String description)
Set the description |
void |
setEjbRelationshipRoleName(java.lang.String ejbRelationshipRoleName)
Set the ejb-relationship-role-name |
void |
setMultiplicity(java.lang.String multiplicity)
Set the multiplicity |
void |
setRelationshipRoleSource(RelationshipRoleSource relationshipRoleSource)
Set the relationship-role-source |
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 EjbRelationshipRole()
| Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - descriptionpublic java.lang.String getEjbRelationshipRoleName()
public void setEjbRelationshipRoleName(java.lang.String ejbRelationshipRoleName)
ejbRelationshipRoleName - ejbRelationshipRoleNamepublic java.lang.String getMultiplicity()
public void setMultiplicity(java.lang.String multiplicity)
multiplicity - multiplicitypublic boolean isCascadeDelete()
public void setCascadeDelete()
public RelationshipRoleSource getRelationshipRoleSource()
public void setRelationshipRoleSource(RelationshipRoleSource relationshipRoleSource)
relationshipRoleSource - relationshipRoleSourcepublic CmrField getCmrField()
public void setCmrField(CmrField cmrField)
cmrField - cmrFieldpublic 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 | |||||||||