org.datamanager.passiveentityvalue
Interface PassiveEntityValue

All Superinterfaces:
EntityValue, Serializable
All Known Subinterfaces:
NumericEntityValue
All Known Implementing Classes:
BooleanEntityValue, ByteArrayEntityValue, DateEntityValue, EmailMessageFlagsEntityValue, EmailParametersEntityValue, GuiLayoutEntityValue, LoadableSimpletonEntityValue, NullEntityValue, NumberEntityValue, ObjectEntityValue, PasswordEntityValue, StringEntityValue, VectorEntityValue, WordFrequencyMapEntityValue

public interface PassiveEntityValue
extends EntityValue

This interface defines the behaviour of all EntityValues that are static (that is, non-active). Created 199910262140

Author:
Benjamin Keil

Method Summary
 boolean equals(Object value)
           
 int hashCode()
           
 

Method Detail

equals

public boolean equals(Object value)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


See the Helium Website