{ attributes = ( {allowsNull = N; name = id; prototypeName = id; }, { allowsNull = Y; columnName = idPayPalTxn; name = idPayPalTxn; prototypeName = id; }, { allowsNull = Y; columnName = theRequest; externalType = TEXT; name = theRequest; valueClassName = NSString; } ); attributesUsedForLocking = (id, idPayPalTxn); className = "it.xplants.xtro.PayPalRequest"; classProperties = (id, idPayPalTxn, thePayPalTxn, theRequest); externalName = PayPalRequest; fetchSpecificationDictionary = {}; name = PayPalRequest; primaryKeyAttributes = (id); relationships = ( { destination = PayPalTxn; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = id; sourceAttribute = idPayPalTxn; }); name = thePayPalTxn; } ); }