public abstract class SamplingStrata2Vessel extends Object implements Serializable, Comparable<SamplingStrata2Vessel>
Modifier and Type | Class and Description |
---|---|
static class |
SamplingStrata2Vessel.Factory
Constructs new instances of
SamplingStrata2Vessel . |
Constructor and Description |
---|
SamplingStrata2Vessel() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SamplingStrata2Vessel 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. |
SamplingStrata |
getSamplingStrata()
Représente une ligne du plan d'échantillonnage.
|
SamplingStrata2VesselPK |
getSamplingStrata2VesselPk()
Get the composite primary key identifier class
|
Vessel |
getVessel()
Navire, ou plus généralement un usager de la ressource.
|
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 |
setSamplingStrata(SamplingStrata samplingStrataIn)
Représente une ligne du plan d'échantillonnage.
|
void |
setSamplingStrata2VesselPk(SamplingStrata2VesselPK samplingStrata2VesselPkIn)
Set the composite primary key identifier class
|
void |
setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
public SamplingStrata2Vessel()
public SamplingStrata2VesselPK getSamplingStrata2VesselPk()
public void setSamplingStrata2VesselPk(SamplingStrata2VesselPK samplingStrata2VesselPkIn)
samplingStrata2VesselPkIn
- public Vessel getVessel()
public void setVessel(Vessel vesselIn)
vesselIn
- Vesselpublic SamplingStrata getSamplingStrata()
public void setSamplingStrata(SamplingStrata samplingStrataIn)
samplingStrataIn
- SamplingStratapublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(SamplingStrata2Vessel o)
compareTo
in interface Comparable<SamplingStrata2Vessel>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.