org.jboss.ejb3.metamodel
Class EjbRelationshipRole

java.lang.Object
  extended by org.jboss.ejb3.metamodel.EjbRelationshipRole

public class EjbRelationshipRole
extends Object

Represents an ejb-relationship-role element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 61136 $
Author:
William DeCoste

Constructor Summary
EjbRelationshipRole()
           
 
Method Summary
 void addEjbRelationshipRole(EjbRelationshipRole role)
           
 CmrField getCmrField()
           
 String getEjbRelationshipRoleName()
           
 List getEjbRelationshipRoles()
           
 String getMultiplicity()
           
 RelationshipRoleSource getRelationshipRoleSource()
           
 boolean isCascadeDelete()
           
 void setCascadeDelete(boolean cascadeDelete)
           
 void setCmrField(CmrField cmrField)
           
 void setEjbRelationshipRoleName(String ejbRelationName)
           
 void setEjbRelationshipRoles(List ejbRelationshipRoles)
           
 void setMultiplicity(String multiplicity)
           
 void setRelationshipRoleSource(RelationshipRoleSource relationshipRoleSource)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbRelationshipRole

public EjbRelationshipRole()
Method Detail

getEjbRelationshipRoleName

public String getEjbRelationshipRoleName()

setEjbRelationshipRoleName

public void setEjbRelationshipRoleName(String ejbRelationName)

getMultiplicity

public String getMultiplicity()

setMultiplicity

public void setMultiplicity(String multiplicity)

isCascadeDelete

public boolean isCascadeDelete()

setCascadeDelete

public void setCascadeDelete(boolean cascadeDelete)

getEjbRelationshipRoles

public List getEjbRelationshipRoles()

setEjbRelationshipRoles

public void setEjbRelationshipRoles(List ejbRelationshipRoles)

addEjbRelationshipRole

public void addEjbRelationshipRole(EjbRelationshipRole role)

getRelationshipRoleSource

public RelationshipRoleSource getRelationshipRoleSource()

setRelationshipRoleSource

public void setRelationshipRoleSource(RelationshipRoleSource relationshipRoleSource)

getCmrField

public CmrField getCmrField()

setCmrField

public void setCmrField(CmrField cmrField)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.