org.infoglue.cms.util.workflow.hibernate
Class InfogluePropertySetItemImpl

java.lang.Object
  |
  +--com.opensymphony.module.propertyset.hibernate.PropertySetItemImpl
        |
        +--org.infoglue.cms.util.workflow.hibernate.InfogluePropertySetItemImpl
All Implemented Interfaces:
InfogluePropertySetItem, com.opensymphony.module.propertyset.hibernate.PropertySetItem, java.io.Serializable

public class InfogluePropertySetItemImpl
extends com.opensymphony.module.propertyset.hibernate.PropertySetItemImpl
implements InfogluePropertySetItem

Quickfix

See Also:
Serialized Form

Constructor Summary
InfogluePropertySetItemImpl()
           
InfogluePropertySetItemImpl(java.lang.String entityName, long entityId, java.lang.String key)
           
 
Method Summary
 byte[] getDataVal()
           
 void setDataVal(byte[] dataVal)
           
 
Methods inherited from class com.opensymphony.module.propertyset.hibernate.PropertySetItemImpl
equals, getBooleanVal, getDateVal, getDoubleVal, getEntityId, getEntityName, getIntVal, getKey, getLongVal, getStringVal, getType, hashCode, setBooleanVal, setDateVal, setDoubleVal, setEntityId, setEntityName, setIntVal, setKey, setLongVal, setStringVal, setType
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.module.propertyset.hibernate.PropertySetItem
getBooleanVal, getDateVal, getDoubleVal, getEntityId, getEntityName, getIntVal, getKey, getLongVal, getStringVal, getType, setBooleanVal, setDateVal, setDoubleVal, setEntityId, setEntityName, setIntVal, setKey, setLongVal, setStringVal, setType
 

Constructor Detail

InfogluePropertySetItemImpl

public InfogluePropertySetItemImpl()

InfogluePropertySetItemImpl

public InfogluePropertySetItemImpl(java.lang.String entityName,
                                   long entityId,
                                   java.lang.String key)
Method Detail

setDataVal

public void setDataVal(byte[] dataVal)
Specified by:
setDataVal in interface InfogluePropertySetItem

getDataVal

public byte[] getDataVal()
Specified by:
getDataVal in interface InfogluePropertySetItem