org.ofbiz.entity
Class GenericEntity.NullField

java.lang.Object
  extended by org.ofbiz.entity.GenericEntity.NullField
All Implemented Interfaces:
java.lang.Comparable<GenericEntity.NullField>, GenericEntity.NULL
Enclosing class:
GenericEntity

public static class GenericEntity.NullField
extends java.lang.Object
implements GenericEntity.NULL, java.lang.Comparable<GenericEntity.NullField>


Constructor Summary
protected GenericEntity.NullField()
           
 
Method Summary
 int compareTo(GenericEntity.NullField other)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericEntity.NullField

protected GenericEntity.NullField()
Method Detail

toString

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

compareTo

public int compareTo(GenericEntity.NullField other)
Specified by:
compareTo in interface java.lang.Comparable<GenericEntity.NullField>