fr.ifremer.allegro.administration.programStrategy
Class AppliedStrategy

java.lang.Object
  extended by 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

Nested Class Summary
static class AppliedStrategy.Factory
          Constructs new instances of AppliedStrategy.
 
Constructor Summary
AppliedStrategy()
           
 
Method Summary
 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.
 java.util.Collection getAppliedPeriods()
           
 java.util.Collection getBatchModelAppliedStrategies()
           
 java.lang.Integer getId()
           
 Location getLocation()
           
 java.util.Collection getPmfmAppliedStrategies()
           
 Strategy getStrategy()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setAppliedPeriods(java.util.Collection appliedPeriods)
           
 void setBatchModelAppliedStrategies(java.util.Collection batchModelAppliedStrategies)
           
 void setId(java.lang.Integer id)
           
 void setLocation(Location location)
           
 void setPmfmAppliedStrategies(java.util.Collection pmfmAppliedStrategies)
           
 void setStrategy(Strategy strategy)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppliedStrategy

public AppliedStrategy()
Method Detail

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.