org.codehaus.cargo.module.ejb
Class Entity

java.lang.Object
  extended byorg.codehaus.cargo.module.ejb.EjbDef
      extended byorg.codehaus.cargo.module.ejb.Entity

public class Entity
extends EjbDef

Class representing an entity ejb definition in an ejb-jar.xml descriptor.

Version:
$Id: Entity.java 307 2005-03-18 09:14:58Z vmassol $

Constructor Summary
Entity()
           
 
Methods inherited from class org.codehaus.cargo.module.ejb.EjbDef
getId, getLocal, getLocalHome, getName, setId, setLocal, setLocalHome, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entity

public Entity()


Copyright © 2004-2008 Codehaus. All Rights Reserved.