Today's Menu  Portugal
journal and plan nutrition
Class Methods | Properties | List of all members
Meal(CoreDataProperties) Category Reference

#import <Meal+CoreDataProperties.h>

Class Methods

(NSFetchRequest< Meal * > *) + fetchRequest
 

Properties

NSDate * consumeDate
 
NSNumber * galleryNumber
 
NSDate * orderDate
 
NSData * photo
 
NSString * randomkey
 
NSNumber * rating
 
NSString * caption
 
NSSet< MenuItem * > * containedItem
 

Detailed Description

Definition at line 14 of file Meal+CoreDataProperties.h.

Method Documentation

◆ fetchRequest()

+ (NSFetchRequest< Meal * > *) fetchRequest

Extends class Meal.

Definition at line 13 of file Meal+CoreDataProperties.m.

13  {
14  return [NSFetchRequest fetchRequestWithEntityName:@"Meal"];
15 }

Property Documentation

◆ caption

- (NSString*) caption
readwritenonatomiccopy

Extends class Meal.

Definition at line 24 of file Meal+CoreDataProperties.h.

◆ consumeDate

- (NSDate*) consumeDate
readwritenonatomiccopy

Extends class Meal.

Definition at line 18 of file Meal+CoreDataProperties.h.

◆ containedItem

- (NSSet<MenuItem *>*) containedItem
readwritenonatomicretain

Extends class Meal.

Definition at line 25 of file Meal+CoreDataProperties.h.

◆ galleryNumber

- (NSNumber*) galleryNumber
readwritenonatomiccopy

Extends class Meal.

Definition at line 19 of file Meal+CoreDataProperties.h.

◆ orderDate

- (NSDate*) orderDate
readwritenonatomiccopy

Extends class Meal.

Definition at line 20 of file Meal+CoreDataProperties.h.

◆ photo

- (NSData*) photo
readwritenonatomicretain

Extends class Meal.

Definition at line 21 of file Meal+CoreDataProperties.h.

◆ randomkey

- (NSString*) randomkey
readwritenonatomiccopy

Extends class Meal.

Definition at line 22 of file Meal+CoreDataProperties.h.

◆ rating

- (NSNumber*) rating
readwritenonatomiccopy

Extends class Meal.

Definition at line 23 of file Meal+CoreDataProperties.h.


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