| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| GenericField | 
  | 
  | 1.0;1 | 
| 1 |  /* | |
| 2 |   * Copyright 2011 The Kuali Foundation Licensed under the Educational Community | |
| 3 |   * License, Version 1.0 (the "License"); you may not use this file except in | |
| 4 |   * compliance with the License. You may obtain a copy of the License at | |
| 5 |   * http://www.opensource.org/licenses/ecl1.php Unless required by applicable law | |
| 6 |   * or agreed to in writing, software distributed under the License is | |
| 7 |   * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
| 8 |   * KIND, either express or implied. See the License for the specific language | |
| 9 |   * governing permissions and limitations under the License. | |
| 10 |   */ | |
| 11 |  package org.kuali.rice.kns.uif.field; | |
| 12 | ||
| 13 |  /** | |
| 14 |   * Field whose output is produced by invoking a method or template and has no | |
| 15 |   * properties (generic) | |
| 16 |   *  | |
| 17 |   * @author Kuali Rice Team (rice.collab@kuali.org) | |
| 18 |   */ | |
| 19 | public class GenericField extends FieldBase {  | |
| 20 | private static final long serialVersionUID = -7756170771822430903L;  | |
| 21 | ||
| 22 |      public GenericField() { | |
| 23 | 0 |          super(); | 
| 24 | 0 |      } | 
| 25 | ||
| 26 | }  |