Package com.mckoi.database.global
Class NullObject
- java.lang.Object
-
- com.mckoi.database.global.NullObject
-
- All Implemented Interfaces:
java.io.Serializable
public class NullObject extends java.lang.Object implements java.io.Serializable
Deprecated.do not use. Nulls are now handled via TObject and TType. This method is only kept around for legacy with older databases.A Null Object.- Author:
- Tobias Downer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NullObject
NULL_OBJ
Deprecated.
-
Constructor Summary
Constructors Constructor Description NullObject()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compareTo(java.lang.Object ob)
Deprecated.java.lang.String
toString()
Deprecated.
-
-
-
Field Detail
-
NULL_OBJ
public static NullObject NULL_OBJ
Deprecated.
-
-