mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-04-29 04:25:46 +08:00
60 lines
1.2 KiB
Objective-C
60 lines
1.2 KiB
Objective-C
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
|
|
// Make changes to AbstractRelatedEntity.h instead.
|
|
|
|
#import <CoreData/CoreData.h>
|
|
|
|
|
|
@class SingleRelatedEntity;
|
|
|
|
|
|
|
|
@interface AbstractRelatedEntityID : NSManagedObjectID {}
|
|
@end
|
|
|
|
@interface _AbstractRelatedEntity : NSManagedObject {}
|
|
+ (id)insertInManagedObjectContext:(NSManagedObjectContext*)moc_;
|
|
+ (NSString*)entityName;
|
|
+ (NSEntityDescription*)entityInManagedObjectContext:(NSManagedObjectContext*)moc_;
|
|
- (AbstractRelatedEntityID*)objectID;
|
|
|
|
|
|
|
|
|
|
@property (nonatomic, retain) NSString *sampleBaseAttribute;
|
|
|
|
|
|
//- (BOOL)validateSampleBaseAttribute:(id*)value_ error:(NSError**)error_;
|
|
|
|
|
|
|
|
|
|
|
|
@property (nonatomic, retain) SingleRelatedEntity* mainTestEntity;
|
|
|
|
//- (BOOL)validateMainTestEntity:(id*)value_ error:(NSError**)error_;
|
|
|
|
|
|
|
|
|
|
@end
|
|
|
|
@interface _AbstractRelatedEntity (CoreDataGeneratedAccessors)
|
|
|
|
@end
|
|
|
|
@interface _AbstractRelatedEntity (CoreDataGeneratedPrimitiveAccessors)
|
|
|
|
|
|
- (NSString*)primitiveSampleBaseAttribute;
|
|
- (void)setPrimitiveSampleBaseAttribute:(NSString*)value;
|
|
|
|
|
|
|
|
|
|
|
|
- (SingleRelatedEntity*)primitiveMainTestEntity;
|
|
- (void)setPrimitiveMainTestEntity:(SingleRelatedEntity*)value;
|
|
|
|
|
|
@end
|