public class GoodsAvailableId extends Object
Model of ID of GoodsAvailable.
| Constructor and Description |
|---|
GoodsAvailableId()
Minimal constructor.
|
GoodsAvailableId(PickUpPlace pPickUpPlace,
org.beigesoft.accounting.persistable.InvItem pGoods)
Useful constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.accounting.persistable.InvItem |
getGoods()
Getter for goods.
|
PickUpPlace |
getPickUpPlace()
Getter for pickUpPlace.
|
void |
setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
|
void |
setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
|
public GoodsAvailableId()
Minimal constructor.
public GoodsAvailableId(PickUpPlace pPickUpPlace, org.beigesoft.accounting.persistable.InvItem pGoods)
Useful constructor.
pPickUpPlace - referencepGoods - referencepublic final PickUpPlace getPickUpPlace()
Getter for pickUpPlace.
public final void setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
pPickUpPlace - referencepublic final org.beigesoft.accounting.persistable.InvItem getGoods()
Getter for goods.
public final void setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
pGoods - referenceCopyright © 2017–2018. All rights reserved.