org.jboss.ejb3.metamodel
Class EjbRelation

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

public class EjbRelation
extends Object

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

Version:
$Revision: 61136 $
Author:
William DeCoste

Constructor Summary
EjbRelation()
           
 
Method Summary
 void addEjbRelationshipRole(EjbRelationshipRole role)
           
 String getEjbRelationName()
           
 List getEjbRelationshipRoles()
           
 void setEjbRelationName(String ejbRelationName)
           
 void setEjbRelationshipRoles(List ejbRelationshipRoles)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbRelation

public EjbRelation()
Method Detail

getEjbRelationName

public String getEjbRelationName()

setEjbRelationName

public void setEjbRelationName(String ejbRelationName)

getEjbRelationshipRoles

public List getEjbRelationshipRoles()

setEjbRelationshipRoles

public void setEjbRelationshipRoles(List ejbRelationshipRoles)

addEjbRelationshipRole

public void addEjbRelationshipRole(EjbRelationshipRole role)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.