public abstract class SaleOrigin extends Object implements Serializable, Comparable<SaleOrigin>
Modifier and Type | Class and Description |
---|---|
static class |
SaleOrigin.Factory
Constructs new instances of
SaleOrigin . |
Constructor and Description |
---|
SaleOrigin() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SaleOrigin o) |
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. |
Program |
getProgram()
Identifie le progamme d'origine, ayant servi à constituer la vente (par Copier/coller,
consolidation, croisement, etc).
|
Sale |
getSale()
Vente liée à un navire, effectuée en un lieu et une date données.
|
SaleOriginPK |
getSaleOriginPk()
Get the composite primary key identifier class
|
int |
hashCode()
This entity does not have any identifiers
and is not extending any other entity,
so this method will only take the identifiers of this entity into account when calculating the hash code.
|
void |
setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer la vente (par Copier/coller,
consolidation, croisement, etc).
|
void |
setSale(Sale saleIn)
Vente liée à un navire, effectuée en un lieu et une date données.
|
void |
setSaleOriginPk(SaleOriginPK saleOriginPkIn)
Set the composite primary key identifier class
|
public SaleOrigin()
public SaleOriginPK getSaleOriginPk()
public void setSaleOriginPk(SaleOriginPK saleOriginPkIn)
saleOriginPkIn
- public Sale getSale()
public void setSale(Sale saleIn)
saleIn
- Salepublic Program getProgram()
public void setProgram(Program programIn)
programIn
- Programpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(SaleOrigin o)
compareTo
in interface Comparable<SaleOrigin>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.