<?php

interface HarbormasterBuildableInterface {

  public function getHarbormasterBuildablePHID();
  public function getHarbormasterContainerPHID();

}
