org.tranql.ejb
Class EJB

java.lang.Object
  extended byorg.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)
           
 
Method Summary
 void addCMPField(CMPField field)
           
 void addCMRField(CMRField field)
           
 java.util.List getAssociationEnds()
           
 Attribute getAttribute(java.lang.String name)
           
 java.util.List getAttributes()
           
 java.lang.String getName()
           
 java.lang.String getPhysicalName()
           
 java.lang.Class getPrimaryKeyClass()
           
 CMPField getPrimaryKeyField()
           
 EJBProxyFactory getProxyFactory()
           
 void setPrimaryKeyField(CMPField pkField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJB

public EJB(java.lang.String name,
           java.lang.String ejbName,
           EJBProxyFactory proxyFactory)
Method Detail

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.