com.opensymphony.module.propertyset.hibernate
Class PropertySetItemImpl
java.lang.Object
com.opensymphony.module.propertyset.hibernate.PropertySetItemImpl
- All Implemented Interfaces:
- PropertySetItem, java.io.Serializable
- public class PropertySetItemImpl
- extends java.lang.Object
- implements java.io.Serializable, PropertySetItem
- Version:
- $Revision: 1.1 $
- Author:
- $Author: hani $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PropertySetItemImpl
public PropertySetItemImpl()
PropertySetItemImpl
public PropertySetItemImpl(java.lang.String entityName,
long entityId,
java.lang.String key)
setBooleanVal
public void setBooleanVal(boolean booleanVal)
- Specified by:
setBooleanVal in interface PropertySetItem
getBooleanVal
public boolean getBooleanVal()
- Specified by:
getBooleanVal in interface PropertySetItem
setDateVal
public void setDateVal(java.util.Date dateVal)
- Specified by:
setDateVal in interface PropertySetItem
getDateVal
public java.util.Date getDateVal()
- Specified by:
getDateVal in interface PropertySetItem
setDoubleVal
public void setDoubleVal(double doubleVal)
- Specified by:
setDoubleVal in interface PropertySetItem
getDoubleVal
public double getDoubleVal()
- Specified by:
getDoubleVal in interface PropertySetItem
setEntityId
public void setEntityId(long entityId)
- Specified by:
setEntityId in interface PropertySetItem
getEntityId
public long getEntityId()
- Specified by:
getEntityId in interface PropertySetItem
setEntityName
public void setEntityName(java.lang.String entityName)
- Specified by:
setEntityName in interface PropertySetItem
getEntityName
public java.lang.String getEntityName()
- Specified by:
getEntityName in interface PropertySetItem
setIntVal
public void setIntVal(int intVal)
- Specified by:
setIntVal in interface PropertySetItem
getIntVal
public int getIntVal()
- Specified by:
getIntVal in interface PropertySetItem
setKey
public void setKey(java.lang.String key)
- Specified by:
setKey in interface PropertySetItem
getKey
public java.lang.String getKey()
- Specified by:
getKey in interface PropertySetItem
setLongVal
public void setLongVal(long longVal)
- Specified by:
setLongVal in interface PropertySetItem
getLongVal
public long getLongVal()
- Specified by:
getLongVal in interface PropertySetItem
setStringVal
public void setStringVal(java.lang.String stringVal)
- Specified by:
setStringVal in interface PropertySetItem
getStringVal
public java.lang.String getStringVal()
- Specified by:
getStringVal in interface PropertySetItem
setType
public void setType(int type)
- Specified by:
setType in interface PropertySetItem
getType
public int getType()
- Specified by:
getType in interface PropertySetItem
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
|