mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 22:48:38 +08:00
72 lines
1.7 KiB
Objective-C
72 lines
1.7 KiB
Objective-C
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
|
|
// Make changes to SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey.h instead.
|
|
|
|
#import <CoreData/CoreData.h>
|
|
|
|
|
|
@class MappedEntity;
|
|
|
|
|
|
|
|
@interface SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyID : NSManagedObjectID {}
|
|
@end
|
|
|
|
@interface _SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey : NSManagedObject {}
|
|
+ (id)insertInManagedObjectContext:(NSManagedObjectContext*)moc_;
|
|
+ (NSString*)entityName;
|
|
+ (NSEntityDescription*)entityInManagedObjectContext:(NSManagedObjectContext*)moc_;
|
|
- (SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKeyID*)objectID;
|
|
|
|
|
|
|
|
|
|
@property (nonatomic, strong) NSNumber *testPrimaryKey;
|
|
|
|
|
|
@property short testPrimaryKeyValue;
|
|
- (short)testPrimaryKeyValue;
|
|
- (void)setTestPrimaryKeyValue:(short)value_;
|
|
|
|
//- (BOOL)validateTestPrimaryKey:(id*)value_ error:(NSError**)error_;
|
|
|
|
|
|
|
|
|
|
|
|
@property (nonatomic, strong) NSSet* mappedEntities;
|
|
|
|
- (NSMutableSet*)mappedEntitiesSet;
|
|
|
|
|
|
|
|
|
|
@end
|
|
|
|
@interface _SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey (CoreDataGeneratedAccessors)
|
|
|
|
- (void)addMappedEntities:(NSSet*)value_;
|
|
- (void)removeMappedEntities:(NSSet*)value_;
|
|
- (void)addMappedEntitiesObject:(MappedEntity*)value_;
|
|
- (void)removeMappedEntitiesObject:(MappedEntity*)value_;
|
|
|
|
@end
|
|
|
|
@interface _SingleEntityRelatedToManyMappedEntitiesUsingMappedPrimaryKey (CoreDataGeneratedPrimitiveAccessors)
|
|
|
|
|
|
- (NSNumber*)primitiveTestPrimaryKey;
|
|
- (void)setPrimitiveTestPrimaryKey:(NSNumber*)value;
|
|
|
|
- (short)primitiveTestPrimaryKeyValue;
|
|
- (void)setPrimitiveTestPrimaryKeyValue:(short)value_;
|
|
|
|
|
|
|
|
|
|
|
|
- (NSMutableSet*)primitiveMappedEntities;
|
|
- (void)setPrimitiveMappedEntities:(NSMutableSet*)value;
|
|
|
|
|
|
@end
|