BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
bbb::Item Class Reference

Business Object Layer : Inventory Item. More...

#include <item.h>

Inheritance diagram for bbb::Item:
Inheritance graph
[legend]

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...
 

Detailed Description

Business Object Layer : Inventory Item.

Contains all of the data members for one item in the inventory table in the database.

Author
Bob Baker

Constructor & Destructor Documentation

Item::Item ( )

Default no-args constructor.

Author
Bob Baker

Member Function Documentation

QString Item::categoryIntToQString ( int  cat)

Uses the toString method in catagory class.

Parameters
Category::categoryTypecategory
Author
Bob Baker

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

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.


The documentation for this class was generated from the following files: