package com.breakersoft.plow; import java.util.UUID; public interface Project { public UUID getProjectId(); }