public class AffaireClientExport extends Object implements Serializable
Constructor and Description |
---|
AffaireClientExport(String codeAffaire,
Double identClient,
String codeClient,
Double identLot,
String codeLot,
Double identSousLot,
String codeSousLot) |
AffaireClientExport(String codeAffaire,
String codeClient) |
Modifier and Type | Method and Description |
---|---|
String |
getCodeAffaire() |
String |
getCodeClient() |
String |
getCodeLot() |
String |
getCodeSousLot() |
Double |
getIdentClient() |
Double |
getIdentLot() |
Double |
getIdentSousLot() |
Map<String,List<AffaireClientExport>> |
getLotsByCode() |
Map<String,AffaireClientExport> |
getSousLotByCode() |
int |
hashCode() |
static String |
select() |
void |
setLotsByCode(Map<String,List<AffaireClientExport>> lotsByCode) |
void |
setSousLotByCode(Map<String,AffaireClientExport> sousLotByCode) |
public AffaireClientExport(String codeAffaire, Double identClient, String codeClient, Double identLot, String codeLot, Double identSousLot, String codeSousLot)
public static final String select()
public String getCodeAffaire()
public Double getIdentClient()
public String getCodeClient()
public Double getIdentLot()
public String getCodeLot()
public Double getIdentSousLot()
public String getCodeSousLot()
public Map<String,List<AffaireClientExport>> getLotsByCode()
public void setLotsByCode(Map<String,List<AffaireClientExport>> lotsByCode)
public Map<String,AffaireClientExport> getSousLotByCode()
public void setSousLotByCode(Map<String,AffaireClientExport> sousLotByCode)
Copyright © 2016. All rights reserved.