com.opensymphony.module.propertyset.ojb
Class OJBPropertySetItem

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

Constructor Summary
OJBPropertySetItem()
           
 
Method Summary
 byte[] getByteValue()
           
 java.util.Date getDateValue()
           
 double getDoubleValue()
           
 java.lang.String getGlobalKey()
           
 java.lang.String getItemKey()
           
 int getItemType()
           
 long getLongValue()
           
 java.lang.String getStringValue()
           
 void setByteValue(byte[] bs)
           
 void setDateValue(java.util.Date date)
           
 void setDoubleValue(double d)
           
 void setGlobalKey(java.lang.String string)
           
 void setItemKey(java.lang.String string)
           
 void setItemType(int i)
           
 void setLongValue(long l)
           
 void setStringValue(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OJBPropertySetItem

public OJBPropertySetItem()
Method Detail

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

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony