public class SituAnaObjetAffichable extends Object implements Serializable
Constructor and Description |
---|
SituAnaObjetAffichable() |
Modifier and Type | Method and Description |
---|---|
static SituAnaObjetAffichable |
aNewSituaSituAnaObjetAffichable(Object value,
String titre,
Double typePoste,
int ligne,
int colonne,
String codesAffaire)
Permet de créer une nouvelle situation
|
String |
getCodeLot() |
String |
getCodesAffaire() |
String |
getCodeSousLot() |
int |
getIndiceCol() |
int |
getIndiceLigne() |
String |
getLibelleLot() |
String |
getLibelleSousLot() |
String |
getNomColonne() |
Double |
getType() |
Date |
getValueDate() |
Double |
getValueDouble() |
String |
getValueString() |
void |
setCodeLot(String codeLot) |
void |
setCodesAffaire(String codesAffaire) |
void |
setCodeSousLot(String codeSousLot) |
void |
setIndiceCol(int indiceCol) |
void |
setIndiceLigne(int indiceLigne) |
void |
setLibelleLot(String libelleLot) |
void |
setLibelleSousLot(String libelleSousLot) |
void |
setNomColonne(String nomColonne) |
void |
setType(Double type) |
void |
setValueDate(Date valueDate) |
void |
setValueDouble(Double valueDouble) |
void |
setValueString(String valueString) |
String |
toString() |
public static SituAnaObjetAffichable aNewSituaSituAnaObjetAffichable(Object value, String titre, Double typePoste, int ligne, int colonne, String codesAffaire)
public String getNomColonne()
public void setNomColonne(String nomColonne)
public Double getValueDouble()
public void setValueDouble(Double valueDouble)
public String getValueString()
public void setValueString(String valueString)
public Date getValueDate()
public void setValueDate(Date valueDate)
public int getIndiceLigne()
public void setIndiceLigne(int indiceLigne)
public int getIndiceCol()
public void setIndiceCol(int indiceCol)
public Double getType()
public void setType(Double type)
public void setCodesAffaire(String codesAffaire)
public String getCodesAffaire()
public void setCodeLot(String codeLot)
public String getCodeLot()
public void setCodeSousLot(String codeSousLot)
public String getCodeSousLot()
public String getLibelleLot()
public void setLibelleLot(String libelleLot)
public String getLibelleSousLot()
public void setLibelleSousLot(String libelleSousLot)
Copyright © 2016. All rights reserved.