org.apache.openejb.jee
Class Relationships

java.lang.Object
  extended by org.apache.openejb.jee.Relationships

public class Relationships
extends java.lang.Object

The relationshipsType describes the relationships in which entity beans with container-managed persistence participate. The relationshipsType contains an optional description; and a list of ejb-relation elements, which specify the container managed relationships.


Field Summary
protected  java.util.List<Text> description
           
protected  java.util.List<EjbRelation> ejbRelation
           
protected  java.lang.String id
           
 
Constructor Summary
Relationships()
           
 
Method Summary
 java.util.List<Text> getDescription()
           
 java.util.List<EjbRelation> getEjbRelation()
           
 java.lang.String getId()
           
 void setId(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.util.List<Text> description

ejbRelation

protected java.util.List<EjbRelation> ejbRelation

id

protected java.lang.String id
Constructor Detail

Relationships

public Relationships()
Method Detail

getDescription

public java.util.List<Text> getDescription()

getEjbRelation

public java.util.List<EjbRelation> getEjbRelation()

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.