public abstract class AppliedStrategy extends Object implements Serializable
Une stratégie applicable est la stratégie qui s'applique pour un lieu de surveillance donné durant un interval de dates défini.
| 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 |
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. |
Collection<AppliedPeriod> |
getAppliedPeriods() |
Collection<BatchModelAppliedStrategy> |
getBatchModelAppliedStrategies() |
Integer |
getId()
Identifiant interne.
|
Location |
getLocation() |
Collection<PmfmAppliedStrategy> |
getPmfmAppliedStrategies() |
Strategy |
getStrategy() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setAppliedPeriods(Collection<AppliedPeriod> appliedPeriods) |
void |
setBatchModelAppliedStrategies(Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies) |
void |
setId(Integer id) |
void |
setLocation(Location location) |
void |
setPmfmAppliedStrategies(Collection<PmfmAppliedStrategy> pmfmAppliedStrategies) |
void |
setStrategy(Strategy strategy) |
public Integer getId()
Identifiant interne. généré par le système.
public void setId(Integer id)
public Strategy getStrategy()
public void setStrategy(Strategy strategy)
public Collection<PmfmAppliedStrategy> getPmfmAppliedStrategies()
public void setPmfmAppliedStrategies(Collection<PmfmAppliedStrategy> pmfmAppliedStrategies)
public Location getLocation()
public void setLocation(Location location)
public Collection<AppliedPeriod> getAppliedPeriods()
public void setAppliedPeriods(Collection<AppliedPeriod> appliedPeriods)
public Collection<BatchModelAppliedStrategy> getBatchModelAppliedStrategies()
public void setBatchModelAppliedStrategies(Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.