org.keridwen.core.data.storage.sample
Class FakeObject

java.lang.Object
  extended by org.keridwen.core.data.storage.sample.FakeObject
All Implemented Interfaces:
Serializable

public class FakeObject
extends Object
implements Serializable

Author:
JeT - Artenum, Benoit Thiebault - Artenum
See Also:
Serialized Form

Field Summary
 int a
           
 double b
           
 Integer c
           
 
Constructor Summary
FakeObject(int a, double b, Integer c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public int a

b

public transient double b

c

public Integer c
Constructor Detail

FakeObject

public FakeObject(int a,
                  double b,
                  Integer c)


Copyright © 2010-2013 Artenum. All Rights Reserved.