org.apache.openejb.jee
Class Relationships
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected java.util.List<Text> description
ejbRelation
protected java.util.List<EjbRelation> ejbRelation
id
protected java.lang.String id
Relationships
public Relationships()
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.