home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / EODEV.Z / TalentPhoto.plist < prev    next >
Encoding:
Text File  |  1996-07-11  |  1.1 KB  |  39 lines

  1. {
  2.     attributes = (
  3.         {
  4.             adaptorValueConversionMethodName = TIFFRepresentation; 
  5.             allowsNull = Y; 
  6.             columnName = PHOTO; 
  7.             externalType = "LONG RAW"; 
  8.             factoryMethodArgumentType = EOFactoryMethodArgumentIsNSData; 
  9.             name = photo; 
  10.             valueClassName = NSImage; 
  11.             valueFactoryMethodName = "imageWithData:"; 
  12.         }, 
  13.         {
  14.             columnName = TALENT_ID; 
  15.             externalType = NUMBER; 
  16.             name = talentID; 
  17.             precision = 9; 
  18.             valueClassName = NSNumber; 
  19.             valueType = i; 
  20.         }
  21.     ); 
  22.     attributesUsedForLocking = (talentID); 
  23.     className = EOGenericRecord; 
  24.     classProperties = (photo, talent); 
  25.     externalName = TALENT_PHOTO; 
  26.     maxNumberOfInstancesToBatchFetch = 10; 
  27.     name = TalentPhoto; 
  28.     primaryKeyAttributes = (talentID); 
  29.     relationships = (
  30.         {
  31.             destination = Talent; 
  32.             isToMany = N; 
  33.             joinSemantic = EOInnerJoin; 
  34.             joins = ({destinationAttribute = talentID; sourceAttribute = talentID; }); 
  35.             name = talent; 
  36.         }
  37.     ); 
  38. }
  39.