fr.ifremer.allegro.administration.programStrategy
Class AppliedStrategy
java.lang.Object
fr.ifremer.allegro.administration.programStrategy.AppliedStrategy
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AppliedStrategyImpl
public abstract class AppliedStrategy
- extends java.lang.Object
- implements java.io.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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AppliedStrategy
public AppliedStrategy()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getAppliedPeriods
public java.util.Collection getAppliedPeriods()
setAppliedPeriods
public void setAppliedPeriods(java.util.Collection appliedPeriods)
getPmfmAppliedStrategies
public java.util.Collection getPmfmAppliedStrategies()
setPmfmAppliedStrategies
public void setPmfmAppliedStrategies(java.util.Collection pmfmAppliedStrategies)
getStrategy
public Strategy getStrategy()
setStrategy
public void setStrategy(Strategy strategy)
getLocation
public Location getLocation()
setLocation
public void setLocation(Location location)
getBatchModelAppliedStrategies
public java.util.Collection getBatchModelAppliedStrategies()
setBatchModelAppliedStrategies
public void setBatchModelAppliedStrategies(java.util.Collection batchModelAppliedStrategies)
equals
public boolean equals(java.lang.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.
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Returns a hash code based on this entity's identifiers.
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2008-2010 IFREMER. All Rights Reserved.