org.jboss.ejb3.metamodel
Class RelationshipRoleSource

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

public class RelationshipRoleSource
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
RelationshipRoleSource()
           
 
Method Summary
 String getEjbName()
           
 void setEjbName(String ejbName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelationshipRoleSource

public RelationshipRoleSource()
Method Detail

getEjbName

public String getEjbName()

setEjbName

public void setEjbName(String ejbName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.