Class BillTableRow
java.lang.Object
ru.bitel.bgbilling.modules.bill.client.bean.BillTableRow
-
Field Summary
Modifier and TypeFieldDescriptionint
protected String
protected String
protected List<BGBillTablePos>
protected List<BillTableRow>
int
-
Constructor Summary
ConstructorDescriptionBillTableRow
(List<BGBillTablePos> positionList) BillTableRow
(Element rowData, List<BGBillTablePos> positionList) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getRest()
getSumma()
isCheck()
void
setCheck
(boolean check) void
void
setId
(int id) void
setRest
(BigDecimal rest) void
setSumma
(BigDecimal summa) void
setTypeTitle
(String typeTitle)
-
Field Details
-
type
public int type -
typeTitle
-
cid
public int cid -
defaultPosList
-
positionList
-
contract
-
contractComment
-
subBillList
-
-
Constructor Details
-
BillTableRow
-
BillTableRow
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getTypeTitle
-
setTypeTitle
-
isCheck
-
setCheck
-
getContract
-
getContractComment
-
getSumma
-
getRest
-
setSumma
- Parameters:
summa
- the summa to set
-
setCheck
public void setCheck(boolean check) -
setRest
-