fr.ifremer.allegro.administration.programStrategy
Class AppliedPeriod

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.AppliedPeriod
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AppliedPeriodImpl

public abstract class AppliedPeriod
extends java.lang.Object
implements java.io.Serializable

Interval de dates d'une strat??gie applicable.

See Also:
Serialized Form

Nested Class Summary
static class AppliedPeriod.Factory
          Constructs new instances of AppliedPeriod.
 
Constructor Summary
AppliedPeriod()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an AppliedPeriod instance and all identifiers for this entity equal the identifiers of the argument entity.
 AppliedPeriodPK getAppliedPeriodPk()
           
 java.util.Date getEndDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setAppliedPeriodPk(AppliedPeriodPK appliedPeriodPk)
           
 void setEndDate(java.util.Date endDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppliedPeriod

public AppliedPeriod()
Method Detail

getAppliedPeriodPk

public AppliedPeriodPK getAppliedPeriodPk()

setAppliedPeriodPk

public void setAppliedPeriodPk(AppliedPeriodPK appliedPeriodPk)

getEndDate

public java.util.Date getEndDate()

setEndDate

public void setEndDate(java.util.Date endDate)

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if the argument is an AppliedPeriod instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.

Overrides:
equals in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.