Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jeteam.bean.config
Class SettingBeanCMP  view SettingBeanCMP download SettingBeanCMP.java

java.lang.Object
  extended byorg.jeteam.bean.config.SettingBean
      extended byorg.jeteam.bean.config.SettingBeanImpl
          extended byorg.jeteam.bean.config.SettingBeanCMP
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public abstract class SettingBeanCMP
extends SettingBeanImpl
implements javax.ejb.EntityBean


Field Summary
 
Fields inherited from class org.jeteam.bean.config.SettingBeanImpl
 
Constructor Summary
SettingBeanCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  java.lang.String getId()
           
abstract  java.lang.String getKey()
           
abstract  java.lang.String getValue()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setId(java.lang.String newValue)
           
abstract  void setKey(java.lang.String newValue)
           
abstract  void setValue(java.lang.String newValue)
           
 void unsetEntityContext()
           
 
Methods inherited from class org.jeteam.bean.config.SettingBean
ejbCreate, ejbCreate, ejbPostCreate, ejbPostCreate, getSettingData, getUser, setSettingData, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingBeanCMP

public SettingBeanCMP()
Method Detail

ejbLoad

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

ejbStore

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

ejbActivate

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

ejbPassivate

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

setEntityContext

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

unsetEntityContext

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

ejbRemove

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

getId

public abstract java.lang.String getId()
Specified by:
getId in class SettingBean

setId

public abstract void setId(java.lang.String newValue)
Specified by:
setId in class SettingBean

getKey

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

setKey

public abstract void setKey(java.lang.String newValue)
Specified by:
setKey in class SettingBean

getValue

public abstract java.lang.String getValue()
Specified by:
getValue in class SettingBean

setValue

public abstract void setValue(java.lang.String newValue)
Specified by:
setValue in class SettingBean