org.jboss.metadata.ejb.spec
Class RelationRoleSourceMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.ejb.spec.RelationRoleSourceMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class RelationRoleSourceMetaData
extends IdMetaDataImplWithDescriptions

RelationRoleSourceMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
RelationRoleSourceMetaData()
          Create a new RelationRoleSourceMetaData.
 
Method Summary
 String getEjbName()
          Get the ejbName.
 void setEjbName(String ejbName)
          Set the ejbName.
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationRoleSourceMetaData

public RelationRoleSourceMetaData()
Create a new RelationRoleSourceMetaData.

Method Detail

getEjbName

public String getEjbName()
Get the ejbName.

Returns:
the ejbName.

setEjbName

public void setEjbName(String ejbName)
Set the ejbName.

Parameters:
ejbName - the ejbName.
Throws:
IllegalArgumentException - for a null ejbName


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