var entity = new IgeEntity(); entity.data('playerScore', 100); entity.data('playerName', 'iRock');
console.log(entity.data('playerScore')); console.log(entity.data('playerName'));