edu.iris.Fissures.model
Class FlinnEngdahlRegionImpl

java.lang.Object
  extended by edu.iris.Fissures.FlinnEngdahlRegion
      extended by edu.iris.Fissures.model.FlinnEngdahlRegionImpl
All Implemented Interfaces:
edu.iris.Fissures.Area, java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public class FlinnEngdahlRegionImpl
extends edu.iris.Fissures.FlinnEngdahlRegion

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.iris.Fissures.FlinnEngdahlRegion
number, type
 
Constructor Summary
protected FlinnEngdahlRegionImpl()
           
  FlinnEngdahlRegionImpl(edu.iris.Fissures.FlinnEngdahlType type, int number)
           
 
Method Summary
static java.io.Serializable createEmpty()
           
 boolean equals(java.lang.Object o)
           
 int getTypeAsInt()
          for use by hibernate
 int hashCode()
           
protected  void setTypeAsInt(int type)
          for use by hibernate
 java.lang.String toString()
           
 
Methods inherited from class edu.iris.Fissures.FlinnEngdahlRegion
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlinnEngdahlRegionImpl

public FlinnEngdahlRegionImpl(edu.iris.Fissures.FlinnEngdahlType type,
                              int number)

FlinnEngdahlRegionImpl

protected FlinnEngdahlRegionImpl()
Method Detail

createEmpty

public static java.io.Serializable createEmpty()

getTypeAsInt

public int getTypeAsInt()
for use by hibernate


setTypeAsInt

protected void setTypeAsInt(int type)
for use by hibernate


toString

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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object