public abstract class AppliedStrategy extends Object implements Serializable, Comparable<AppliedStrategy>
Modifier and Type | Class and Description |
---|---|
static class |
AppliedStrategy.Factory
Constructs new instances of
AppliedStrategy . |
Constructor and Description |
---|
AppliedStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
addAppliedPeriods(AppliedPeriod elementToAdd)
Interval de dates d'une stratégie applicable.
|
boolean |
addBatchModelAppliedStrategies(BatchModelAppliedStrategy elementToAdd) |
boolean |
addPmfmAppliedStrategies(PmfmAppliedStrategy elementToAdd) |
int |
compareTo(AppliedStrategy o) |
boolean |
equals(Object object)
Returns
true if the argument is an AppliedStrategy instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Collection<AppliedPeriod> |
getAppliedPeriods()
Interval de dates d'une stratégie applicable.
|
Collection<BatchModelAppliedStrategy> |
getBatchModelAppliedStrategies() |
Integer |
getId()
Identifiant interne. généré par le système.
|
Location |
getLocation()
Représente un lieu au sens général du terme.
|
Collection<PmfmAppliedStrategy> |
getPmfmAppliedStrategies() |
Strategy |
getStrategy()
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
removeAppliedPeriods(AppliedPeriod elementToRemove)
Interval de dates d'une stratégie applicable.
|
boolean |
removeBatchModelAppliedStrategies(BatchModelAppliedStrategy elementToRemove) |
boolean |
removePmfmAppliedStrategies(PmfmAppliedStrategy elementToRemove) |
void |
setAppliedPeriods(Collection<AppliedPeriod> appliedPeriodsIn)
Interval de dates d'une stratégie applicable.
|
void |
setBatchModelAppliedStrategies(Collection<BatchModelAppliedStrategy> batchModelAppliedStrategiesIn) |
void |
setId(Integer idIn)
Identifiant interne. généré par le système.
|
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setPmfmAppliedStrategies(Collection<PmfmAppliedStrategy> pmfmAppliedStrategiesIn) |
void |
setStrategy(Strategy strategyIn)
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
public AppliedStrategy()
public void setId(Integer idIn)
idIn
- Integerpublic Collection<BatchModelAppliedStrategy> getBatchModelAppliedStrategies()
public void setBatchModelAppliedStrategies(Collection<BatchModelAppliedStrategy> batchModelAppliedStrategiesIn)
batchModelAppliedStrategiesIn
- Collectionpublic boolean addBatchModelAppliedStrategies(BatchModelAppliedStrategy elementToAdd)
elementToAdd
- BatchModelAppliedStrategypublic boolean removeBatchModelAppliedStrategies(BatchModelAppliedStrategy elementToRemove)
elementToRemove
- BatchModelAppliedStrategypublic Collection<AppliedPeriod> getAppliedPeriods()
public void setAppliedPeriods(Collection<AppliedPeriod> appliedPeriodsIn)
appliedPeriodsIn
- Collectionpublic boolean addAppliedPeriods(AppliedPeriod elementToAdd)
elementToAdd
- AppliedPeriodpublic boolean removeAppliedPeriods(AppliedPeriod elementToRemove)
elementToRemove
- AppliedPeriodpublic Strategy getStrategy()
public void setStrategy(Strategy strategyIn)
strategyIn
- Strategypublic Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic Collection<PmfmAppliedStrategy> getPmfmAppliedStrategies()
public void setPmfmAppliedStrategies(Collection<PmfmAppliedStrategy> pmfmAppliedStrategiesIn)
pmfmAppliedStrategiesIn
- Collectionpublic boolean addPmfmAppliedStrategies(PmfmAppliedStrategy elementToAdd)
elementToAdd
- PmfmAppliedStrategypublic boolean removePmfmAppliedStrategies(PmfmAppliedStrategy elementToRemove)
elementToRemove
- PmfmAppliedStrategypublic boolean equals(Object object)
true
if the argument is an AppliedStrategy instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(AppliedStrategy o)
compareTo
in interface Comparable<AppliedStrategy>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.