org.infoglue.cms.util.workflow.hibernate
Interface InfogluePropertySetItem

All Superinterfaces:
com.opensymphony.module.propertyset.hibernate.PropertySetItem
All Known Implementing Classes:
InfogluePropertySetItemImpl

public interface InfogluePropertySetItem
extends com.opensymphony.module.propertyset.hibernate.PropertySetItem

Quickfix


Method Summary
 byte[] getDataVal()
           
 void setDataVal(byte[] dataVal)
           
 
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
 

Method Detail

getDataVal

byte[] getDataVal()

setDataVal

void setDataVal(byte[] dataVal)


Copyright © 2005 InfoGlue.org All Rights Reserved.