public class CustomerGoodsSeenId extends Object
Model of ID for Goods that just seen by Customer.
| Constructor and Description |
|---|
CustomerGoodsSeenId()
Minimal constructor.
|
CustomerGoodsSeenId(org.beigesoft.accounting.persistable.InvItem pGoods,
org.beigesoft.accounting.persistable.DebtorCreditor pCustomer)
Useful constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.accounting.persistable.DebtorCreditor |
getCustomer()
Getter for customer.
|
org.beigesoft.accounting.persistable.InvItem |
getGoods()
Getter for goods.
|
void |
setCustomer(org.beigesoft.accounting.persistable.DebtorCreditor pCustomer)
Setter for customer.
|
void |
setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for pGoods.
|
public CustomerGoodsSeenId()
Minimal constructor.
public CustomerGoodsSeenId(org.beigesoft.accounting.persistable.InvItem pGoods,
org.beigesoft.accounting.persistable.DebtorCreditor pCustomer)
Useful constructor.
pGoods - referencepCustomer - referencepublic final org.beigesoft.accounting.persistable.InvItem getGoods()
Getter for goods.
public final org.beigesoft.accounting.persistable.DebtorCreditor getCustomer()
Getter for customer.
public final void setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for pGoods.
pGoods - referencepublic final void setCustomer(org.beigesoft.accounting.persistable.DebtorCreditor pCustomer)
Setter for customer.
pCustomer - referenceCopyright © 2017–2018. All rights reserved.