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

java.lang.Object
  |
  +--com.opensymphony.module.propertyset.ejb.types.StringEntityEJB
        |
        +--com.opensymphony.module.propertyset.ejb.types.PropertyStringCMP
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class PropertyStringCMP
extends StringEntityEJB
implements javax.ejb.EntityBean

CMP layer for os.PropertyString.

Version:
XDOCLET 1.1.1
Author:
XDOCLET 1.1.1
See Also:
com.opensymphony.module.propertyset.ejb.AbstractValueEntityEJB, com.opensymphony.module.propertyset.ejb.ValueEntity, PropertyStoreEJB, Serialized Form

Field Summary
 java.lang.Long id
           
 java.lang.String string
           
 
Constructor Summary
PropertyStringCMP()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
 java.lang.Long getId()
           
 java.lang.String getString()
           
 boolean isModified()
           
protected  void makeClean()
           
protected  void makeDirty()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
 void setId(java.lang.Long id)
           
 void setString(java.lang.String string)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.opensymphony.module.propertyset.ejb.types.StringEntityEJB
allowedTypes, ejbCreate, ejbPostCreate, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.Long id

string

public java.lang.String string
Constructor Detail

PropertyStringCMP

public PropertyStringCMP()
Method Detail

getId

public java.lang.Long getId()
Overrides:
getId in class StringEntityEJB

setId

public void setId(java.lang.Long id)
Overrides:
setId in class StringEntityEJB

getString

public java.lang.String getString()
Overrides:
getString in class StringEntityEJB

setString

public void setString(java.lang.String string)
Overrides:
setString in class StringEntityEJB

isModified

public boolean isModified()

makeDirty

protected void makeDirty()

makeClean

protected void makeClean()

ejbLoad

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

ejbStore

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

ejbActivate

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

ejbPassivate

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

setEntityContext

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

unsetEntityContext

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

ejbRemove

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

See www.opensymphony.com for more information.