BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
|
Business Object Layer : Inventory Item. More...
#include <item.h>
Public Member Functions | |
Item () | |
Default no-args constructor. More... | |
QString | categoryIntToQString (int cat) |
Uses the toString method in catagory class. More... | |
Public Attributes | |
QString | itemName |
Item Name. More... | |
int | quantity |
Item Quantity. More... | |
int | effectiveOnHand |
Item Effective OnHand. More... | |
int | boxNum |
Box item is in Replaced by box string. More... | |
QString | boxStr |
Box item is in. More... | |
bool | canExpire |
If it can expire. More... | |
bbb::Category::categoryType | category |
Category::categoryType. More... | |
QDateTime | dateModified |
Date it was modified. More... | |
QString | modifiedBy |
User who last modified the item. More... | |
Business Object Layer : Inventory Item.
Contains all of the data members for one item in the inventory table in the database.
Item::Item | ( | ) |
Default no-args constructor.
QString Item::categoryIntToQString | ( | int | cat | ) |
Uses the toString method in catagory class.
Category::categoryType | category |
int bbb::Item::boxNum |
Box item is in Replaced by box string.
QString bbb::Item::boxStr |
Box item is in.
bool bbb::Item::canExpire |
If it can expire.
bbb::Category::categoryType bbb::Item::category |
QDateTime bbb::Item::dateModified |
Date it was modified.
int bbb::Item::effectiveOnHand |
Item Effective OnHand.
QString bbb::Item::itemName |
Item Name.
QString bbb::Item::modifiedBy |
User who last modified the item.
int bbb::Item::quantity |
Item Quantity.