View Javadoc

1   package org.kuali.student.enrollment.class2.courseoffering.service;
2   
3   import org.kuali.rice.krad.lookup.Lookupable;
4   
5   /**
6    * Created by IntelliJ IDEA.
7    * User: venkat
8    * Date: 9/26/12
9    * Time: 7:30 PM
10   * To change this template use File | Settings | File Templates.
11   */
12  public interface BuildingInfoLookupable extends Lookupable {
13  
14  }