public class PlanAmortissementLigne extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Classifieur<String,PlanAmortissementLigne> |
CLASSIFIEUR_BY_ECHEANCE_DATE |
Constructor and Description |
---|
PlanAmortissementLigne(int echeance,
Date date,
String columnDotation,
Double dotation,
Double vncDebut,
Double vncFin,
Double cumul) |
Modifier and Type | Method and Description |
---|---|
Double |
getCumul() |
Date |
getDate() |
Map<String,Double> |
getDotationsByColumnDotation() |
Double |
getEcheance() |
Double |
getVncDebut() |
Double |
getVncFin() |
void |
sum(PlanAmortissementLigne anotherLigne) |
public static final Classifieur<String,PlanAmortissementLigne> CLASSIFIEUR_BY_ECHEANCE_DATE
Copyright © 2016. All rights reserved.