fr.ifremer.allegro.referential.spatial
Class SpatialItemType

java.lang.Object
  extended by fr.ifremer.allegro.referential.spatial.SpatialItemType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SpatialItemTypeImpl

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

Type de r??gionalisation d'une liste du r??f??tentiel.

Il peut y avoir plusieurs type de r??gionalisation pour une meme liste (pour un meme OBJECT_TYPE_FK).

Par exemple :

- r??gionalisation des gradients de profondeur (utile pour les Antilles)

See Also:
Serialized Form

Nested Class Summary
static class SpatialItemType.Factory
          Constructs new instances of SpatialItemType.
 
Constructor Summary
SpatialItemType()
           
 
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.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 ObjectType getObjectType()
           
 java.util.Collection getSpatialItems()
           
 Status getStatus()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setObjectType(ObjectType objectType)
           
 void setSpatialItems(java.util.Collection spatialItems)
           
 void setStatus(Status status)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialItemType

public SpatialItemType()
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)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getSpatialItems

public java.util.Collection getSpatialItems()

setSpatialItems

public void setSpatialItems(java.util.Collection spatialItems)

getStatus

public Status getStatus()

setStatus

public void setStatus(Status status)

getObjectType

public ObjectType getObjectType()

setObjectType

public void setObjectType(ObjectType objectType)

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.