cacheRunner
Class ExampleObject
java.lang.Object
cacheRunner.ExampleObject
- All Implemented Interfaces:
- Serializable
public class ExampleObject
- extends Object
- implements Serializable
Example Object For Java Caching
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleObject
public ExampleObject()
getDouble_field
public double getDouble_field()
setDouble_field
public void setDouble_field(double double_field)
getLong_field
public long getLong_field()
setLong_field
public void setLong_field(long long_field)
getFloat_field
public float getFloat_field()
setFloat_field
public void setFloat_field(float float_field)
getInt_field
public int getInt_field()
setInt_field
public void setInt_field(int int_field)
getShort_field
public short getShort_field()
setShort_field
public void setShort_field(short short_field)
getString_field
public String getString_field()
setString_field
public void setString_field(String string_field)
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.