public class LotSousLot extends Object implements Serializable, Comparable<LotSousLot>
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected String |
codeEtat |
protected Double |
ident |
protected Double |
identParent |
protected String |
libelle |
protected Double |
numOrdre |
protected Double |
numOrdreParent |
Constructor and Description |
---|
LotSousLot() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LotSousLot arg0) |
String |
getCode() |
String |
getCodeEtat() |
Double |
getIdent() |
Double |
getIdentParent() |
String |
getLibelle() |
Double |
getNumOrdre() |
Double |
getNumOrdreParent() |
boolean |
isLot() |
void |
setCode(String code) |
void |
setCodeEtat(String codeEtat) |
void |
setIdent(Double ident) |
void |
setIdentParent(Double identParent) |
void |
setLibelle(String libelle) |
void |
setNumOrdre(Double numOrdre) |
void |
setNumOrdreParent(Double numOrdreParent) |
protected Double ident
protected String code
protected String libelle
protected Double numOrdre
protected Double identParent
protected Double numOrdreParent
protected String codeEtat
public Double getIdent()
public void setIdent(Double ident)
public String getCode()
public void setCode(String code)
public String getLibelle()
public void setLibelle(String libelle)
public Double getNumOrdre()
public void setNumOrdre(Double numOrdre)
public Double getIdentParent()
public void setIdentParent(Double identParent)
public Double getNumOrdreParent()
public void setNumOrdreParent(Double numOrdreParent)
public String getCodeEtat()
public void setCodeEtat(String codeEtat)
public boolean isLot()
public int compareTo(LotSousLot arg0)
compareTo
in interface Comparable<LotSousLot>
Copyright © 2016. All rights reserved.