public abstract class LandingOrigin extends Object implements Serializable, Comparable<LandingOrigin>
Modifier and Type | Class and Description |
---|---|
static class |
LandingOrigin.Factory
Constructs new instances of
LandingOrigin . |
Constructor and Description |
---|
LandingOrigin() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LandingOrigin 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. |
Landing |
getLanding()
Débarquement à la suite d'une marée en mer.
|
LandingOriginPK |
getLandingOriginPk()
Get the composite primary key identifier class
|
Program |
getProgram()
Identifie le progamme d'origine, ayant servi à constituer le
débarquement (par Copier/coller, consolidation, croisement, etc).
|
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 |
setLanding(Landing landingIn)
Débarquement à la suite d'une marée en mer.
|
void |
setLandingOriginPk(LandingOriginPK landingOriginPkIn)
Set the composite primary key identifier class
|
void |
setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer le
débarquement (par Copier/coller, consolidation, croisement, etc).
|
public LandingOrigin()
public LandingOriginPK getLandingOriginPk()
public void setLandingOriginPk(LandingOriginPK landingOriginPkIn)
landingOriginPkIn
- public Landing getLanding()
public void setLanding(Landing landingIn)
landingIn
- Landingpublic Program getProgram()
Identifie le progamme d'origine, ayant servi à constituer le débarquement (par Copier/coller, consolidation, croisement, etc).
public void setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer le débarquement (par Copier/coller, consolidation, croisement, etc).
programIn
- Programpublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(LandingOrigin o)
compareTo
in interface Comparable<LandingOrigin>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.