| 1 | |
package org.kuali.student.enrollment.uif.control; |
| 2 | |
|
| 3 | |
import org.kuali.rice.krad.uif.control.ControlBase; |
| 4 | |
|
| 5 | 0 | public class TimePreviewControl extends ControlBase{ |
| 6 | |
private String scheduleId; |
| 7 | |
private String hoverComponentClass; |
| 8 | |
|
| 9 | |
public String getScheduleId() { |
| 10 | 0 | return scheduleId; |
| 11 | |
} |
| 12 | |
|
| 13 | |
public void setScheduleId(String scheduleId) { |
| 14 | 0 | this.scheduleId = scheduleId; |
| 15 | 0 | } |
| 16 | |
|
| 17 | |
public String getHoverComponentClass() { |
| 18 | 0 | return hoverComponentClass; |
| 19 | |
} |
| 20 | |
|
| 21 | |
|
| 22 | |
|
| 23 | |
|
| 24 | |
|
| 25 | |
public void setHoverComponentClass(String hoverComponentClass) { |
| 26 | 0 | this.hoverComponentClass = hoverComponentClass; |
| 27 | 0 | } |
| 28 | |
} |