public abstract class SaleType extends Object implements 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
| Modifier and Type | Class and Description |
|---|---|
static class |
SaleType.Factory
Constructs new instances of
SaleType. |
| Constructor and Description |
|---|
SaleType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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. |
Integer |
getId()
Idenfiant interne.
|
String |
getName() |
Status |
getStatus() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Integer id) |
void |
setName(String name) |
void |
setStatus(Status status) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public String getName()
public void setName(String name)
public Status getStatus()
public void setStatus(Status status)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.