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:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    BucketPropertySetItem(String entityName, long entityId, String key)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setTextVal(String textVal)
     
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BucketPropertySetItem

      public BucketPropertySetItem()
    • BucketPropertySetItem

      public BucketPropertySetItem(String entityName, long entityId, String key)
  • Method Details

    • getTextVal

      public String getTextVal()
    • setTextVal

      public void setTextVal(String textVal)
    • toString

      public String toString()
      Overrides:
      toString in class Object