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