//Konstantin Voevodski, Lab4 CAS CS112 Spring 2010 public interface ItemForSale{ String getDescription(); String getBrand(); Double getPrice(); boolean isInStock(); }