{ attributes = ( {allowsNull = N; columnName = "MOVIE_ID"; name = movieID; prototypeName = id; }, { allowsNull = Y; columnName = "NUMBER_OF_VOTES"; name = numberOfVotes; prototypeName = intNumber; }, { allowsNull = Y; columnName = "RUNNING_AVERAGE"; externalType = FLOAT; name = runningAverage; precision = 9; prototypeName = doubleNumber; scale = 20; } ); attributesUsedForLocking = (movieID, numberOfVotes); className = "org.wocommunity.movies.model.server.Voting"; classProperties = (numberOfVotes, movie, runningAverage); externalName = voting; fetchSpecificationDictionary = {}; internalInfo = { "_clientClassPropertyNames" = (numberOfVotes, movie, runningAverage); "_javaClientClassName" = "org.wocommunity.movies.model.client.Voting"; "_nameInObjectStore" = VOTING; }; name = Voting; primaryKeyAttributes = (movieID); relationships = ( { destination = Movie; isMandatory = Y; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = movieID; sourceAttribute = movieID; }); name = movie; } ); }