fr.ifremer.allegro.referential
Class SaleType

java.lang.Object
  extended by fr.ifremer.allegro.referential.SaleType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SaleTypeImpl

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

Type de vente qui peuvent ??tre effectu??e ?? l'issu d'une mar??e.

Par exemple :

- Ench??res sous cri??e

- Vente de gr?? ?? gr??

mais aussi, en cas de non vente :

- Ench??re sous cri??e - d??truit

- Ench??re sous cri??e - retrait sanitaire

See Also:
Serialized Form

Nested Class Summary
static class SaleType.Factory
          Constructs new instances of SaleType.
 
Constructor Summary
SaleType()
           
 
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()
           
 Status getStatus()
           
 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 setStatus(Status status)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaleType

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

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.