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