org.tranql.ejb
Class EJB
java.lang.Object
org.tranql.ejb.EJB
- All Implemented Interfaces:
- Entity, java.io.Serializable
- public final class EJB
- extends java.lang.Object
- implements Entity
- Version:
- $Revision: 1.8 $ $Date: 2004/04/21 21:45:17 $
- See Also:
- Serialized Form
Constructor Summary |
EJB(java.lang.String name,
java.lang.String ejbName,
EJBProxyFactory proxyFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJB
public EJB(java.lang.String name,
java.lang.String ejbName,
EJBProxyFactory proxyFactory)
getName
public java.lang.String getName()
- Specified by:
getName
in interface Entity
getPhysicalName
public java.lang.String getPhysicalName()
- Specified by:
getPhysicalName
in interface Entity
getPrimaryKeyClass
public java.lang.Class getPrimaryKeyClass()
setPrimaryKeyField
public void setPrimaryKeyField(CMPField pkField)
getPrimaryKeyField
public CMPField getPrimaryKeyField()
getProxyFactory
public EJBProxyFactory getProxyFactory()
addCMPField
public void addCMPField(CMPField field)
getAttributes
public java.util.List getAttributes()
- Specified by:
getAttributes
in interface Entity
getAttribute
public Attribute getAttribute(java.lang.String name)
- Specified by:
getAttribute
in interface Entity
addCMRField
public void addCMRField(CMRField field)
getAssociationEnds
public java.util.List getAssociationEnds()
- Specified by:
getAssociationEnds
in interface Entity
Copyright © -2005 The Codehaus. All Rights Reserved.