| Package | Description |
|---|---|
| org.beigesoft.webstore.model |
Models used by WEB-Store.
|
| org.beigesoft.webstore.persistable |
Persistable models used by WEB-Store.
|
| Modifier and Type | Method and Description |
|---|---|
static EShopItemType |
EShopItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EShopItemType[] |
EShopItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EShopItemType |
CartItem.getItemType()
Getter for itemType.
|
EShopItemType |
ItemInList.getItsType()
Getter for itsType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CartItem.setItemType(EShopItemType pItemType)
Setter for itemType.
|
void |
ItemInList.setItsType(EShopItemType pItsType)
Setter for itsType.
|
Copyright © 2017–2018. All rights reserved.