com.opensymphony.module.propertyset.ojb
Class OJBPropertySetItem
java.lang.Object
com.opensymphony.module.propertyset.ojb.OJBPropertySetItem
- All Implemented Interfaces:
- java.io.Serializable
- public class OJBPropertySetItem
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- picard
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OJBPropertySetItem
public OJBPropertySetItem()
setByteValue
public void setByteValue(byte[] bs)
getByteValue
public byte[] getByteValue()
setDateValue
public void setDateValue(java.util.Date date)
getDateValue
public java.util.Date getDateValue()
setDoubleValue
public void setDoubleValue(double d)
- Parameters:
d -
getDoubleValue
public double getDoubleValue()
setGlobalKey
public void setGlobalKey(java.lang.String string)
getGlobalKey
public java.lang.String getGlobalKey()
setItemKey
public void setItemKey(java.lang.String string)
getItemKey
public java.lang.String getItemKey()
setItemType
public void setItemType(int i)
getItemType
public int getItemType()
setLongValue
public void setLongValue(long l)
getLongValue
public long getLongValue()
setStringValue
public void setStringValue(java.lang.String string)
getStringValue
public java.lang.String getStringValue()
|