org.jasig.schedassist.web.owner.schedule
Class AvailableBlockFormBackingObject
java.lang.Object
org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
public class AvailableBlockFormBackingObject
- extends Object
Form backing object to represent an AvailableBlock.
- Version:
- $Id: AvailableBlockFormBackingObject.java 1937 2010-04-16 17:08:38Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvailableBlockFormBackingObject
public AvailableBlockFormBackingObject()
getEndTimePhrase
public String getEndTimePhrase()
- Returns:
- the endTimePhrase
setEndTimePhrase
public void setEndTimePhrase(String endTimePhrase)
- Parameters:
endTimePhrase - the endTimePhrase to set
getStartTimePhrase
public String getStartTimePhrase()
- Returns:
- the startTimePhrase
setStartTimePhrase
public void setStartTimePhrase(String startTimePhrase)
- Parameters:
startTimePhrase - the startTimePhrase to set
getVisitorLimit
public int getVisitorLimit()
- Returns:
- the visitorLimit
setVisitorLimit
public void setVisitorLimit(int visitorLimit)
- Parameters:
visitorLimit - the visitorLimit to set
isInteractive
public boolean isInteractive()
- Returns:
- the interactive
setInteractive
public void setInteractive(boolean interactive)
- Parameters:
interactive - the interactive to set
Copyright © 2012 Jasig. All Rights Reserved.