package us.deans.pigs.api; public interface House { public String getState(); public void setState(String str); public String getDescription(); }