Package bucket.user.propertyset
Class BucketPropertySetItem
- java.lang.Object
-
- com.opensymphony.module.propertyset.hibernate.PropertySetItem
-
- bucket.user.propertyset.BucketPropertySetItem
-
- All Implemented Interfaces:
Serializable
public class BucketPropertySetItem extends com.opensymphony.module.propertyset.hibernate.PropertySetItem
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BucketPropertySetItem()
BucketPropertySetItem(String entityName, long entityId, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTextVal()
void
setTextVal(String textVal)
String
toString()
-
Methods inherited from class com.opensymphony.module.propertyset.hibernate.PropertySetItem
equals, getBooleanVal, getDateVal, getDoubleVal, getEntityId, getEntityName, getIntVal, getKey, getLongVal, getStringVal, getType, hashCode, setBooleanVal, setDateVal, setDoubleVal, setEntityId, setEntityName, setIntVal, setKey, setLongVal, setStringVal, setType
-
-