public class ProtocolAssignCmtSchedBean extends ProtocolActionBean implements Serializable
| Constructor and Description |
|---|
ProtocolAssignCmtSchedBean(ActionHelper actionHelper)
Constructs a ProtocolAssignCmtSchedBean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
committeeHasChanged() |
String |
getCommitteeId() |
String |
getNewCommitteeId() |
String |
getNewScheduleId() |
String |
getScheduleId() |
void |
init() |
void |
prepareView()
Prepare the Assign to Committee and Schedule for rendering with JSP.
|
boolean |
scheduleHasChanged() |
void |
setCommitteeId(String committeeId) |
void |
setScheduleId(String scheduleId) |
getActionHelper, getProtocol, setActionHelperpublic ProtocolAssignCmtSchedBean(ActionHelper actionHelper)
actionHelper - Reference back to the action helper for this beanpublic void init()
public void prepareView()
public String getCommitteeId()
public void setCommitteeId(String committeeId)
public String getNewCommitteeId()
public String getScheduleId()
public void setScheduleId(String scheduleId)
public String getNewScheduleId()
public boolean committeeHasChanged()
public boolean scheduleHasChanged()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.