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