com.opensymphony.module.propertyset.hibernate
Class PropertySetItemImpl

java.lang.Object
  extended bycom.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

Constructor Summary
PropertySetItemImpl()
           
PropertySetItemImpl(java.lang.String entityName, long entityId, java.lang.String key)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean getBooleanVal()
           
 java.util.Date getDateVal()
           
 double getDoubleVal()
           
 long getEntityId()
           
 java.lang.String getEntityName()
           
 int getIntVal()
           
 java.lang.String getKey()
           
 long getLongVal()
           
 java.lang.String getStringVal()
           
 int getType()
           
 int hashCode()
           
 void setBooleanVal(boolean booleanVal)
           
 void setDateVal(java.util.Date dateVal)
           
 void setDoubleVal(double doubleVal)
           
 void setEntityId(long entityId)
           
 void setEntityName(java.lang.String entityName)
           
 void setIntVal(int intVal)
           
 void setKey(java.lang.String key)
           
 void setLongVal(long longVal)
           
 void setStringVal(java.lang.String stringVal)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetItemImpl

public PropertySetItemImpl()

PropertySetItemImpl

public PropertySetItemImpl(java.lang.String entityName,
                           long entityId,
                           java.lang.String key)
Method Detail

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()

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony