org.datamanager.passiveentityvalue
Class NullEntityValue

java.lang.Object
  |
  +--org.datamanager.passiveentityvalue.NullEntityValue
All Implemented Interfaces:
EntityValue, PassiveEntityValue, Serializable

public class NullEntityValue
extends Object
implements PassiveEntityValue

Objects of this class are the default values of newly created Entities.

Author:
Benjamin Keil
See Also:
Serialized Form

Method Summary
 boolean equals(Object object)
          Check to see if the given object is a NullEntityValue.
static NullEntityValue getInstance()
          Get a NullEntityValue.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.datamanager.passiveentityvalue.PassiveEntityValue
hashCode
 

Method Detail

getInstance

public static NullEntityValue getInstance()
Get a NullEntityValue.

Returns:
A NullEntityValue.

equals

public boolean equals(Object object)
Check to see if the given object is a NullEntityValue.

Specified by:
equals in interface PassiveEntityValue
Overrides:
equals in class Object
Parameters:
object - An Object.
Returns:
If the given object is a NullEntityValue.


See the Helium Website