org.apache.openejb.jee
Class Relationships

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

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

Field Detail

description

protected List<Text> description

ejbRelation

protected List<EjbRelation> ejbRelation

id

protected String id
Constructor Detail

Relationships

public Relationships()
Method Detail

getDescription

public List<Text> getDescription()

getEjbRelation

public List<EjbRelation> getEjbRelation()

getId

public String getId()

setId

public void setId(String value)


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