public abstract class BatchModelAppliedStrategy extends Object implements Serializable, Comparable<BatchModelAppliedStrategy>
Modifier and Type | Class and Description |
---|---|
static class |
BatchModelAppliedStrategy.Factory
Constructs new instances of
BatchModelAppliedStrategy . |
Constructor and Description |
---|
BatchModelAppliedStrategy() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BatchModelAppliedStrategy 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. |
AcquisitionLevel |
getAcquisitionLevel()
Niveau
|
AppliedStrategy |
getAppliedStrategy()
Une stratégie applicable est la stratégie qui s'applique pour un lieu de surveillance donné
durant
un interval de dates défini.
|
BatchModel |
getBatchModel() |
BatchModelAppliedStrategyPK |
getBatchModelAppliedStrategyPk()
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 |
setAcquisitionLevel(AcquisitionLevel acquisitionLevelIn)
Niveau
|
void |
setAppliedStrategy(AppliedStrategy appliedStrategyIn)
Une stratégie applicable est la stratégie qui s'applique pour un lieu de surveillance donné
durant
un interval de dates défini.
|
void |
setBatchModel(BatchModel batchModelIn) |
void |
setBatchModelAppliedStrategyPk(BatchModelAppliedStrategyPK batchModelAppliedStrategyPkIn)
Set the composite primary key identifier class
|
public BatchModelAppliedStrategy()
public BatchModelAppliedStrategyPK getBatchModelAppliedStrategyPk()
public void setBatchModelAppliedStrategyPk(BatchModelAppliedStrategyPK batchModelAppliedStrategyPkIn)
batchModelAppliedStrategyPkIn
- public BatchModel getBatchModel()
public void setBatchModel(BatchModel batchModelIn)
batchModelIn
- BatchModelpublic AcquisitionLevel getAcquisitionLevel()
public void setAcquisitionLevel(AcquisitionLevel acquisitionLevelIn)
acquisitionLevelIn
- AcquisitionLevelpublic AppliedStrategy getAppliedStrategy()
public void setAppliedStrategy(AppliedStrategy appliedStrategyIn)
appliedStrategyIn
- AppliedStrategypublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(BatchModelAppliedStrategy o)
compareTo
in interface Comparable<BatchModelAppliedStrategy>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.