| Package | Description |
|---|---|
| org.beigesoft.webstore.persistable |
Persistable models used by WEB-Store.
|
| org.beigesoft.webstore.persistable.base |
It consist of abstractions of webstore persistable models.
|
| Modifier and Type | Method and Description |
|---|---|
PickUpPlace |
GoodsAvailableId.getPickUpPlace()
Getter for pickUpPlace.
|
PickUpPlace |
GoodsAvailable.getPickUpPlace()
Getter for pickUpPlace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoodsAvailableId.setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
|
void |
GoodsAvailable.setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
|
| Constructor and Description |
|---|
GoodsAvailableId(PickUpPlace pPickUpPlace,
org.beigesoft.accounting.persistable.InvItem pGoods)
Useful constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PickUpPlace |
ACustomerOrderLine.getPickUpPlace()
Getter for pickUpPlace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ACustomerOrderLine.setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
|
Copyright © 2017–2018. All rights reserved.