Model entity for a shopping cart item.
Create a Item model entity.
Unique identifier for associated cart record
A text label to uniquely describe the item
Price of item
(Optional) unique identifier of the Item, required for accessing existing Item in database
returns unique identifier for attached Cart.
Cart
sets unique identifier for attached Cart.
returns Item unique identifier.
sets Item unique identifier.
returns label for Item
sets label for Item
returns the price of Item
sets the price of Item
Creates a JSON object repersentation of Item entity.
JSON object repersentation of Item entity
Converts a JSON record result from pg query to a Item model entity.
pg
ItemDao
A Item JSON object from pg driver
A Item model entity.
Generated using TypeDoc
Model entity for a shopping cart item.