public class LigneHistorique extends Object implements Serializable
Constructor and Description |
---|
LigneHistorique(String nomAppel,
Date date,
String commentaire,
Double typeAction) |
Modifier and Type | Method and Description |
---|---|
String |
getCommentaire() |
Date |
getDate() |
String |
getNomAction() |
String |
getNomAppel() |
Double |
getTypeAction() |
void |
setCommentaire(String commentaire) |
void |
setDate(Date date) |
void |
setNomAction(String nomAction) |
void |
setNomAppel(String nomAppel) |
void |
setTypeAction(Double typeAction) |
public String getNomAppel()
public void setNomAppel(String nomAppel)
public Date getDate()
public void setDate(Date date)
public String getCommentaire()
public void setCommentaire(String commentaire)
public Double getTypeAction()
public void setTypeAction(Double typeAction)
public String getNomAction()
public void setNomAction(String nomAction)
Copyright © 2016. All rights reserved.