org.ow2.jonas.lib.ejb21.jorm
Class CMP2Bean

java.lang.Object
  extended by org.ow2.jonas.lib.ejb21.jorm.CMP2Bean

public class CMP2Bean
extends Object

This Class represents a CMP2 EntityBean, mapped on Jorm.

Author:
durieuxp

Constructor Summary
CMP2Bean(EntityJdbcCmp2Desc bd)
           
 
Method Summary
 void addToJormList(org.objectweb.jorm.metainfo.api.MetaObject jobject)
          add a Jorm MetaObject in the list of Jorm Meta Objects to generate
 ArrayList getJormList()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMP2Bean

public CMP2Bean(EntityJdbcCmp2Desc bd)
Method Detail

addToJormList

public void addToJormList(org.objectweb.jorm.metainfo.api.MetaObject jobject)
add a Jorm MetaObject in the list of Jorm Meta Objects to generate

Parameters:
jobject - the Jorm MetaObject to add in the list

getJormList

public ArrayList getJormList()

getName

public String getName()


Copyright © 2010 OW2 Consortium. All Rights Reserved.