View Javadoc

1   package org.kuali.ole.bo.explain;
2   
3   /**
4    * Created with IntelliJ IDEA.
5    * User: ?
6    * Date: 7/19/12
7    * Time: 5:09 PM
8    * To change this template use File | Settings | File Templates.
9    */
10  public class OleSRUExplainSchemaInfo {
11  
12      private OleSRUExplainSchema schema;
13  
14      public OleSRUExplainSchema getSchema() {
15          return schema;
16      }
17  
18      public void setSchema(OleSRUExplainSchema schema) {
19          this.schema = schema;
20      }
21  }