1: package com.technoetic.xplanner.domain; 2: 3: public interface Identifiable { 4: int getId(); 5: }