fr.ifremer.allegro.referential.pmfm
Class Unit

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.Unit
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnitImpl

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

Unit?? d'une mesure.

Nombre de lignes : 30

See Also:
Serialized Form

Nested Class Summary
static class Unit.Factory
          Constructs new instances of Unit.
 
Constructor Summary
Unit()
           
 
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.util.Date getCreationDate()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 Status getStatus()
           
 java.lang.String getSymbol()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setCreationDate(java.util.Date creationDate)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setStatus(Status status)
           
 void setSymbol(java.lang.String symbol)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unit

public Unit()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getSymbol

public java.lang.String getSymbol()

setSymbol

public void setSymbol(java.lang.String symbol)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getCreationDate

public java.util.Date getCreationDate()

setCreationDate

public void setCreationDate(java.util.Date creationDate)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getStatus

public Status getStatus()

setStatus

public void setStatus(Status status)

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.