org.makumba
Class NullObject

java.lang.Object
  extended by org.makumba.NullObject
All Implemented Interfaces:
Serializable

public class NullObject
extends Object
implements Serializable

Version:
$Id: NullObject.java 5149 2010-05-18 19:00:47Z rosso_nero $
Author:
See Also:
Serialized Form

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

Field Detail

s

String s
Constructor Detail

NullObject

NullObject(String s)
Method Detail

toString

public String toString()
Overrides:
toString in class Object