<?php
namespace Concrete\Core\Marketplace;
use \Concrete\Core\Foundation\Object;

class RemoteItemSet extends Object {

	public function getMarketplaceRemoteSetName() {return $this->name;}
	public function getMarketplaceRemoteSetID() {return $this->id;}


}
