cacheRunner
Class ExampleObject

java.lang.Object
  extended by cacheRunner.ExampleObject
All Implemented Interfaces:
Serializable

public class ExampleObject
extends Object
implements Serializable

Example Object For Java Caching

See Also:
Serialized Form

Constructor Summary
ExampleObject()
           
 
Method Summary
 double getDouble_field()
           
 float getFloat_field()
           
 int getInt_field()
           
 long getLong_field()
           
 short getShort_field()
           
 String getString_field()
           
 void setDouble_field(double double_field)
           
 void setFloat_field(float float_field)
           
 void setInt_field(int int_field)
           
 void setLong_field(long long_field)
           
 void setShort_field(short short_field)
           
 void setString_field(String string_field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleObject

public ExampleObject()
Method Detail

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.