public class CartTxLn extends ATxLn implements org.beigesoft.mdl.IOwneda<Cart>, IHsSeSel<Long>
Shoping Cart Tax Line model. It holds total taxes grouped by invoice (seller).
| Constructor and Description |
|---|
CartTxLn() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDisab()
Getter for disab.
|
Cart |
getOwnr()
Getter for ownr.
|
SeSel |
getSelr()
Getter for seller.
|
BigDecimal |
getTxb()
Getter for txb.
|
void |
setDisab(Boolean pDisab)
Setter for disab.
|
void |
setOwnr(Cart pOwnr)
Setter for ownr.
|
void |
setSelr(SeSel pSeller)
Setter for seller.
|
void |
setTxb(BigDecimal pTxb)
Setter for txb.
|
public final Cart getOwnr()
Getter for ownr.
public final void setOwnr(Cart pOwnr)
Setter for ownr.
public final SeSel getSelr()
Getter for seller.
public final void setSelr(SeSel pSeller)
Setter for seller.
public final Boolean getDisab()
Getter for disab.
public final void setDisab(Boolean pDisab)
Setter for disab.
pDisab - referencepublic final BigDecimal getTxb()
Getter for txb.
public final void setTxb(BigDecimal pTxb)
Setter for txb.
pTxb - referenceCopyright © 2019–2020. All rights reserved.