View Javadoc

1   
2   package olr.om;
3   
4   
5   import org.apache.torque.om.Persistent;
6   
7   /***
8    * The skeleton for this class was autogenerated by Torque on:
9    *
10   * [Wed Jun 16 21:12:50 CEST 2004]
11   *
12   * You should add additional methods to this class to meet the
13   * application requirements.  This class will only be generated as
14   * long as it does not already exist in the output directory.
15   */
16  public  class RdfSchema
17      extends olr.om.BaseRdfSchema
18      implements Persistent
19  {
20      public boolean isCourseSchema() 
21      {
22          return this.getIscourseschema().equalsIgnoreCase("Y");
23      }
24      
25      public boolean isNecessary() 
26      {
27          return this.getIsnecessary().equalsIgnoreCase("Y");
28      }
29  }