set('pulledrecords',$records); } public function getPulledRecords(){ return $this->get('pulledrecords'); } public function setNextSyncState(WSAPP_SyncStateModel $syncStateModel){ return $this->set('nextsyncstate',$syncStateModel); } public function getNextSyncState(){ return $this->get('nextsyncstate'); } public function setPrevSyncState(WSAPP_SyncStateModel $syncStateModel){ return $this->set('prevsyncstate',$syncStateModel); } public function getPrevSyncState(){ return $this->get('prevsyncstate'); } } ?>