OIMenuItem Class Reference
Inherits from | NSObject |
Declared in | OIMenuItem.h OIMenuItem.m |
Tasks
-
ID
The menu item’s id – this is what is used to create the tray.
property -
orderID
Order id.
property -
availableForMealId
Menu item’s availability for meal id.
property -
orderable
Says if menu item is orderable or not.
property -
name
The name of the item.
property -
description
An optional description of the item.
property -
price
The optional price in dollars and cents.
property -
children
Says if menu item is child or not.
property -
childrens
If menu item is not child, he can contain children.
property
Properties
ID
The menu item’s id – this is what is used to create the tray.
@property (nonatomic, readwrite, copy) NSString *ID
Discussion
The menu item’s id – this is what is used to create the tray.
Declared In
OIMenuItem.h
availableForMealId
Menu item’s availability for meal id.
@property (nonatomic, readwrite, copy) NSNumber *availableForMealId
Discussion
Menu item’s availability for meal id.
Declared In
OIMenuItem.h
children
Says if menu item is child or not.
@property (nonatomic, readonly, getter=isChildren) BOOL children
Discussion
Says if menu item is child or not.
Declared In
OIMenuItem.h
childrens
If menu item is not child, he can contain children.
@property (nonatomic, copy) NSMutableArray *childrens
Discussion
If menu item is not child, he can contain children.
Declared In
OIMenuItem.h
description
An optional description of the item.
@property (nonatomic, readwrite, copy) NSString *description
Discussion
An optional description of the item.
Declared In
OIMenuItem.h
name
The name of the item.
@property (nonatomic, readwrite, copy) NSString *name
Discussion
The name of the item.
Declared In
OIMenuItem.h
orderID
Order id.
@property (nonatomic, readwrite, copy) NSString *orderID
Discussion
Order id.
Declared In
OIMenuItem.h