org.jasig.schedassist.web.owner.schedule
Class BlockBuilderFormBackingObject
java.lang.Object
org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
public class BlockBuilderFormBackingObject
- extends Object
Form backing object for the BlockBuilderFormController.
- Version:
- $Id: BlockBuilderFormBackingObject.java 1713 2010-02-15 16:23:42Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
BlockBuilderFormBackingObject
public BlockBuilderFormBackingObject()
getDaysOfWeekPhrase
public String getDaysOfWeekPhrase()
- Returns:
- the daysOfWeekPhrase
setDaysOfWeekPhrase
public void setDaysOfWeekPhrase(String daysOfWeekPhrase)
- Parameters:
daysOfWeekPhrase - the daysOfWeekPhrase to set
getEndDatePhrase
public String getEndDatePhrase()
- Returns:
- the endDatePhrase
setEndDatePhrase
public void setEndDatePhrase(String endDatePhrase)
- Parameters:
endDatePhrase - the endDatePhrase to set
getEndTimePhrase
public String getEndTimePhrase()
- Returns:
- the endTimePhrase
setEndTimePhrase
public void setEndTimePhrase(String endTimePhrase)
- Parameters:
endTimePhrase - the endTimePhrase to set
getStartDatePhrase
public String getStartDatePhrase()
- Returns:
- the startDatePhrase
setStartDatePhrase
public void setStartDatePhrase(String startDatePhrase)
- Parameters:
startDatePhrase - the startDatePhrase to set
getStartTimePhrase
public String getStartTimePhrase()
- Returns:
- the startTimePhrase
setStartTimePhrase
public void setStartTimePhrase(String startTimePhrase)
- Parameters:
startTimePhrase - the startTimePhrase to set
getVisitorsPerAppointment
public int getVisitorsPerAppointment()
- Returns:
- the visitorsPerAppointment
setVisitorsPerAppointment
public void setVisitorsPerAppointment(int visitorsPerAppointment)
- Parameters:
visitorsPerAppointment - the visitorsPerAppointment to set
getMeetingLocation
public String getMeetingLocation()
- Returns:
- the meetingLocation
setMeetingLocation
public void setMeetingLocation(String meetingLocation)
- Parameters:
meetingLocation - the meetingLocation to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Jasig. All Rights Reserved.