com.fuse.storage.data_objects
Class NullObject

java.lang.Object
  extended by com.fuse.storage.data_objects.NullObject
All Implemented Interfaces:
java.io.Serializable

public class NullObject
extends java.lang.Object
implements java.io.Serializable

This class represents a null. It is used when null values are inserted into Properties. For example null from database -> NullObject in Properties.

See Also:
Serialized Form

Constructor Summary
NullObject()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullObject

public NullObject()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object