public abstract class DenormalizedSamplingStrata extends Object implements Serializable
Denormalisation des ligne du plan d'échantillonnage. Pour utilisation dans Allegro (table synchronisée - cf mantis #12901).
Calculé à partir de SamplingStrata, SamplingScheme, Grouping, etc.
| Modifier and Type | Class and Description |
|---|---|
static class |
DenormalizedSamplingStrata.Factory
Constructs new instances of
DenormalizedSamplingStrata. |
| Constructor and Description |
|---|
DenormalizedSamplingStrata() |
| 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. |
String |
getAreaName()
Calculer à partir de grouping
|
String |
getComments() |
Department |
getDepartment() |
String |
getDescription() |
Date |
getEndDate()
Date de fin de validité
|
String |
getGearMeshRange()
Calculer à partir de grouping
|
Integer |
getId() |
String |
getLabel() |
String |
getMetier()
Calculer à partir de grouping
|
Location |
getObservationLocation() |
String |
getObservationLocationComments() |
Person |
getPerson() |
Program |
getProgram() |
String |
getSamplingSchemeDescription() |
String |
getSamplingSchemeLabel() |
String |
getSamplingSchemeName() |
String |
getSamplingStrategy() |
Date |
getStartDate()
Date de début de validité de la ligne du plan.
|
String |
getSubAreaLocationIds()
Calculer à partir de grouping, et grouping_item, puis les
"locations" liés
|
String |
getTaxonGroupName() |
Timestamp |
getUpdateDate() |
String |
getVesselLengthRange()
Calculer à partir de grouping
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setAreaName(String areaName) |
void |
setComments(String comments) |
void |
setDepartment(Department department) |
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setGearMeshRange(String gearMeshRange) |
void |
setId(Integer id) |
void |
setLabel(String label) |
void |
setMetier(String metier) |
void |
setObservationLocation(Location observationLocation) |
void |
setObservationLocationComments(String observationLocationComments) |
void |
setPerson(Person person) |
void |
setProgram(Program program) |
void |
setSamplingSchemeDescription(String samplingSchemeDescription) |
void |
setSamplingSchemeLabel(String samplingSchemeLabel) |
void |
setSamplingSchemeName(String samplingSchemeName) |
void |
setSamplingStrategy(String samplingStrategy) |
void |
setStartDate(Date startDate) |
void |
setSubAreaLocationIds(String subAreaLocationIds) |
void |
setTaxonGroupName(String taxonGroupName) |
void |
setUpdateDate(Timestamp updateDate) |
void |
setVesselLengthRange(String vesselLengthRange) |
public Integer getId()
public void setId(Integer id)
public String getLabel()
public void setLabel(String label)
public Date getStartDate()
Date de début de validité de la ligne du plan.
Pour savoir si la ligne affectable à une marée ou une vente (suivant la date de début), avec une précision au mois/annee et non au jour.
public void setStartDate(Date startDate)
public Date getEndDate()
Date de fin de validité
public void setEndDate(Date endDate)
public String getDescription()
public void setDescription(String description)
public String getComments()
public void setComments(String comments)
public String getObservationLocationComments()
public void setObservationLocationComments(String observationLocationComments)
public String getSamplingStrategy()
public void setSamplingStrategy(String samplingStrategy)
public String getTaxonGroupName()
public void setTaxonGroupName(String taxonGroupName)
public String getSamplingSchemeLabel()
public void setSamplingSchemeLabel(String samplingSchemeLabel)
public String getSamplingSchemeName()
public void setSamplingSchemeName(String samplingSchemeName)
public String getSamplingSchemeDescription()
public void setSamplingSchemeDescription(String samplingSchemeDescription)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public String getGearMeshRange()
Calculer à partir de grouping
public void setGearMeshRange(String gearMeshRange)
public String getVesselLengthRange()
Calculer à partir de grouping
public void setVesselLengthRange(String vesselLengthRange)
public String getMetier()
Calculer à partir de grouping
public void setMetier(String metier)
public String getAreaName()
Calculer à partir de grouping
public void setAreaName(String areaName)
public String getSubAreaLocationIds()
Calculer à partir de grouping, et grouping_item, puis les "locations" liés
public void setSubAreaLocationIds(String subAreaLocationIds)
public Program getProgram()
public void setProgram(Program program)
public Location getObservationLocation()
public void setObservationLocation(Location observationLocation)
public Person getPerson()
public void setPerson(Person person)
public Department getDepartment()
public void setDepartment(Department department)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.