1 package org.infoglue.cms.util.workflow.hibernate;2 3 import com.opensymphony.module.propertyset.hibernate.PropertySetItem;4 5 6 /**7 * Quickfix8 */9 public interface InfogluePropertySetItem extends PropertySetItem {10 /**11 * 12 */13 byte[] getDataVal();14 15 /**16 * 17 */18 void setDataVal(byte[] dataVal);19 }20