1: package com.technoetic.xplanner.domain; 2: 3: public interface Describable { 4: String getDescription(); 5: 6: void setDescription(String desc); 7: }