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