org.jasig.schedassist.web.owner.statistics
Class VisitorHistoryFormBackingObject

java.lang.Object
  extended by org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject

public class VisitorHistoryFormBackingObject
extends Object

Form backing object for VisitorHistoryFormController.

Version:
$Id: VisitorHistoryFormBackingObject.java 2522 2010-09-10 16:06:13Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Field Summary
protected static String DATE_FORMAT
           
 
Constructor Summary
VisitorHistoryFormBackingObject()
           
 
Method Summary
 Date getAdjustedEndTime()
          This method will return the end time value advanced to the end of the day.
 Date getAdjustedStartTime()
          This method will return the start time value truncated to the beginning of the day.
 Date getEndTime()
           
 Date getStartTime()
           
 String getUserSearchText()
           
 String getVisitorUsername()
           
 void setEndTime(Date endTime)
           
 void setStartTime(Date startTime)
           
 void setUserSearchText(String userSearchText)
           
 void setVisitorUsername(String visitorUsername)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATE_FORMAT

protected static final String DATE_FORMAT
See Also:
Constant Field Values
Constructor Detail

VisitorHistoryFormBackingObject

public VisitorHistoryFormBackingObject()
Method Detail

getUserSearchText

public String getUserSearchText()
Returns:
the userSearchText

setUserSearchText

public void setUserSearchText(String userSearchText)
Parameters:
userSearchText - the userSearchText to set

getVisitorUsername

public String getVisitorUsername()
Returns:
the visitorUsername

setVisitorUsername

public void setVisitorUsername(String visitorUsername)
Parameters:
visitorUsername - the visitorUsername to set

getStartTime

public Date getStartTime()
Returns:
the startTime

setStartTime

public void setStartTime(Date startTime)
Parameters:
startTime - the startTime to set

getEndTime

public Date getEndTime()
Returns:
the endTime

setEndTime

public void setEndTime(Date endTime)
Parameters:
endTime - the endTime to set

toString

public String toString()
Overrides:
toString in class Object

getAdjustedStartTime

public Date getAdjustedStartTime()
This method will return the start time value truncated to the beginning of the day.

Returns:

getAdjustedEndTime

public Date getAdjustedEndTime()
This method will return the end time value advanced to the end of the day.

Returns:


Copyright © 2011 Jasig. All Rights Reserved.