fr.ifremer.allegro.referential.location
Class LocationClassification

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.LocationClassification
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LocationClassificationImpl

public abstract class LocationClassification
extends java.lang.Object
implements java.io.Serializable

Classification d'une hierachie de lieu.

Par exemple :

- lieu territoriaux (Pays, region, port, ...)

- secteurs maritimes (Zone FAO, sous-zone FAO, etc...)

- zone d'effort (B,J,C)

- implantation Ifremer

- laboratoire c??tier, ...

See Also:
Serialized Form

Nested Class Summary
static class LocationClassification.Factory
          Constructs new instances of LocationClassification.
 
Constructor Summary
LocationClassification()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationClassification

public LocationClassification()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.