package com.taskadapter.redmineapi.bean; public interface Identifiable { Integer getId(); }