KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > infoglue > cms > util > workflow > hibernate > InfogluePropertySetItem


1 package org.infoglue.cms.util.workflow.hibernate;
2
3 import com.opensymphony.module.propertyset.hibernate.PropertySetItem;
4
5
6 /**
7  * Quickfix
8  */

9 public interface InfogluePropertySetItem extends PropertySetItem {
10     /**
11      *
12      */

13     byte[] getDataVal();
14     
15     /**
16      *
17      */

18     void setDataVal(byte[] dataVal);
19 }
20
Popular Tags