public class FluxFactureCliLigne extends Object implements Serializable
FluxFactureCliLigne(String libelle, Double qte, Double prix)
String
getLibelle()
Double
getPrix()
getQte()
void
setLibelle(String libelle)
setPrix(Double prix)
setQte(Double qte)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FluxFactureCliLigne(String libelle, Double qte, Double prix)
public String getLibelle()
public void setLibelle(String libelle)
public Double getQte()
public void setQte(Double qte)
public Double getPrix()
public void setPrix(Double prix)
Copyright © 2016. All rights reserved.