public abstract class AppliedPeriod extends Object implements Serializable
Interval de dates d'une stratégie applicable.
| 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 |
|---|---|
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() |
Date |
getEndDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setAppliedPeriodPk(AppliedPeriodPK appliedPeriodPk) |
void |
setEndDate(Date endDate) |
public AppliedPeriodPK getAppliedPeriodPk()
public void setAppliedPeriodPk(AppliedPeriodPK appliedPeriodPk)
public Date getEndDate()
public void setEndDate(Date endDate)
public int hashCode()
Copyright © 2013. All Rights Reserved.