<?php
namespace ConcreteCoreMarketplace;
use ConcreteCoreFoundationObject;
class RemoteItemSet extends Object {
public function getMarketplaceRemoteSetName() {return $this->name;}
public function getMarketplaceRemoteSetID() {return $this->id;}
}