com.opensymphony.module.propertyset.ejb.types
Class PropertyEntryCMP

java.lang.Object
  extended bycom.opensymphony.module.propertyset.ejb.types.PropertyEntryEJB
      extended bycom.opensymphony.module.propertyset.ejb.types.PropertyEntryCMP
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public abstract class PropertyEntryCMP
extends PropertyEntryEJB
implements javax.ejb.EntityBean

CMP layer for PropertyEntry.

See Also:
Serialized Form

Constructor Summary
PropertyEntryCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  long getEntityId()
           
abstract  java.lang.String getEntityName()
           
abstract  java.lang.Long getId()
           
abstract  java.lang.String getKey()
           
abstract  int getType()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setEntityId(long entityId)
           
abstract  void setEntityName(java.lang.String entityName)
           
abstract  void setId(java.lang.Long id)
           
abstract  void setKey(java.lang.String key)
           
abstract  void setType(int type)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.opensymphony.module.propertyset.ejb.types.PropertyEntryEJB
ejbCreate, ejbPostCreate, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEntryCMP

public PropertyEntryCMP()
Method Detail

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface javax.ejb.EntityBean
Overrides:
ejbLoad in class PropertyEntryEJB

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface javax.ejb.EntityBean
Overrides:
ejbStore in class PropertyEntryEJB

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.EntityBean
Overrides:
ejbActivate in class PropertyEntryEJB

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.EntityBean
Overrides:
ejbPassivate in class PropertyEntryEJB

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
Specified by:
setEntityContext in interface javax.ejb.EntityBean
Overrides:
setEntityContext in class PropertyEntryEJB

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Overrides:
unsetEntityContext in class PropertyEntryEJB

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
Specified by:
ejbRemove in interface javax.ejb.EntityBean
Overrides:
ejbRemove in class PropertyEntryEJB
Throws:
javax.ejb.RemoveException

getEntityId

public abstract long getEntityId()
Specified by:
getEntityId in class PropertyEntryEJB

setEntityId

public abstract void setEntityId(long entityId)
Specified by:
setEntityId in class PropertyEntryEJB

getEntityName

public abstract java.lang.String getEntityName()
Specified by:
getEntityName in class PropertyEntryEJB

setEntityName

public abstract void setEntityName(java.lang.String entityName)
Specified by:
setEntityName in class PropertyEntryEJB

getId

public abstract java.lang.Long getId()
Specified by:
getId in class PropertyEntryEJB

setId

public abstract void setId(java.lang.Long id)
Specified by:
setId in class PropertyEntryEJB

getKey

public abstract java.lang.String getKey()
Specified by:
getKey in class PropertyEntryEJB

setKey

public abstract void setKey(java.lang.String key)
Specified by:
setKey in class PropertyEntryEJB

getType

public abstract int getType()
Specified by:
getType in class PropertyEntryEJB

setType

public abstract void setType(int type)
Specified by:
setType in class PropertyEntryEJB

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony