org.jboss.ejb3.metamodel
Class EjbRelationshipRole
java.lang.Object
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
EjbRelationshipRole
public EjbRelationshipRole()
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.