public class CtxLiensObjets extends Object implements Serializable
Constructor and Description |
---|
CtxLiensObjets() |
CtxLiensObjets(Double identLienPiece,
Double idObjetLie,
String numObjet,
TypePiece codeType,
String intitule,
String tiersParent) |
CtxLiensObjets(Double identLienPiece,
Double idObjetLie,
String numObjet,
TypePiece codeType,
String type,
String intitule,
String tiersParent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
TypePiece |
getCodeType() |
Double |
getIdentLienPiece() |
Double |
getIdObjetLie() |
String |
getIntitule() |
List<String> |
getListNumObjet() |
String |
getNumObjet() |
String |
getTiersParent() |
String |
getType() |
int |
hashCode() |
void |
setCodeType(TypePiece codeType) |
void |
setIdentLienPiece(Double identLienPiece) |
void |
setIdObjetLie(Double idObjetLie) |
void |
setIntitule(String intitule) |
void |
setListNumObjet(List<String> listNumObjet) |
void |
setNumObjet(String numObjet) |
void |
setTiersParent(String tiersParent) |
void |
setType(String type) |
public CtxLiensObjets()
public CtxLiensObjets(Double identLienPiece, Double idObjetLie, String numObjet, TypePiece codeType, String intitule, String tiersParent)
public TypePiece getCodeType()
public void setCodeType(TypePiece codeType)
public Double getIdObjetLie()
public void setIdObjetLie(Double idObjetLie)
public String getIntitule()
public void setIntitule(String intitule)
public String getTiersParent()
public void setTiersParent(String tiersParent)
public String getType()
public void setType(String type)
public String getNumObjet()
public void setNumObjet(String numObjet)
public Double getIdentLienPiece()
public void setIdentLienPiece(Double identLienPiece)
Copyright © 2016. All rights reserved.