public class CartItTxLn extends ATxLn implements org.beigesoft.mdl.IOwneda<CartLn>
Cart item's tax line for item basis multi-taxes non-aggregate rate.
| Constructor and Description |
|---|
CartItTxLn() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCartId()
Getter for cartId.
|
Boolean |
getDisab()
Getter for disab.
|
CartLn |
getOwnr()
Getter for ownr.
|
Long |
getSelId()
Getter for selId.
|
void |
setCartId(Long pCartId)
Setter for cartId.
|
void |
setDisab(Boolean pDisab)
Setter for disab.
|
void |
setOwnr(CartLn pOwnr)
Setter for ownr.
|
void |
setSelId(Long pSelId)
Setter for selId.
|
public final CartLn getOwnr()
Getter for ownr.
public final void setOwnr(CartLn pOwnr)
Setter for ownr.
public final Boolean getDisab()
Getter for disab.
public final void setDisab(Boolean pDisab)
Setter for disab.
pDisab - referencepublic final Long getCartId()
Getter for cartId.
public final void setCartId(Long pCartId)
Setter for cartId.
pCartId - referencepublic final Long getSelId()
Getter for selId.
public final void setSelId(Long pSelId)
Setter for selId.
pSelId - referenceCopyright © 2019. All rights reserved.