public abstract class AppliedPeriod extends Object implements Serializable, Comparable<AppliedPeriod>
Modifier and Type | Class and Description |
---|---|
static class |
AppliedPeriod.Factory
Constructs new instances of
AppliedPeriod . |
Constructor and Description |
---|
AppliedPeriod() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AppliedPeriod o) |
boolean |
equals(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()
Get the composite primary key identifier class
|
AppliedStrategy |
getAppliedStrategy()
Une stratégie applicable est la stratégie qui s'applique pour un lieu de surveillance donné
durant
un interval de dates défini.
|
Date |
getEndDate() |
Date |
getStartDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setAppliedPeriodPk(AppliedPeriodPK appliedPeriodPkIn)
Set the composite primary key identifier class
|
void |
setAppliedStrategy(AppliedStrategy appliedStrategyIn)
Une stratégie applicable est la stratégie qui s'applique pour un lieu de surveillance donné
durant
un interval de dates défini.
|
void |
setEndDate(Date endDateIn) |
void |
setStartDate(Date startDateIn) |
public AppliedPeriod()
public AppliedPeriodPK getAppliedPeriodPk()
public void setAppliedPeriodPk(AppliedPeriodPK appliedPeriodPkIn)
appliedPeriodPkIn
- public Date getStartDate()
public void setStartDate(Date startDateIn)
startDateIn
- Datepublic Date getEndDate()
public void setEndDate(Date endDateIn)
endDateIn
- Datepublic AppliedStrategy getAppliedStrategy()
public void setAppliedStrategy(AppliedStrategy appliedStrategyIn)
appliedStrategyIn
- AppliedStrategypublic boolean equals(Object object)
true
if the argument is an AppliedPeriod instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(AppliedPeriod o)
compareTo
in interface Comparable<AppliedPeriod>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.