View Javadoc
1   package org.kuali.ole.deliver.calendar.form;
2   
3   import org.kuali.rice.krad.web.form.TransactionalDocumentFormBase;
4   
5   
6   /**
7    * Created with IntelliJ IDEA.
8    * User: palanivel
9    * Date: 7/20/13
10   * Time: 5:07 PM
11   * To change this template use File | Settings | File Templates.
12   */
13  public class OleCalendarForm extends TransactionalDocumentFormBase {
14  
15      public OleCalendarForm() {
16          super();
17      }
18  
19      @Override
20      protected String getDefaultDocumentTypeName() {
21          return "OLE_DLVR_CAL_DOC";
22      }
23  }