org.jasig.portlets.FeedbackPortlet.web
Class ViewFeedbackForm

java.lang.Object
  extended by org.jasig.portlets.FeedbackPortlet.web.ViewFeedbackForm

public class ViewFeedbackForm
extends Object

ViewFeedbackForm represents the form data for the administrative view.

Author:
Jen Bourey

Constructor Summary
ViewFeedbackForm()
           
 
Method Summary
 Boolean getComments()
           
 String getEndDisplayDate()
           
 String getFeedbacktype()
          Get the feedback type of the items to be returned.
 int getItems()
          Get the number of items to be returned.
 String getStartDisplayDate()
           
 String getUserrole()
          Get the role of the items to be returned.
 void setComments(Boolean comments)
           
 void setEndDisplayDate(String endDisplayDate)
           
 void setFeedbacktype(String feedbacktype)
          Set the feedback type of the items to be returned.
 void setItems(int items)
          Set the number of items to be returned.
 void setStartDisplayDate(String startDisplayDate)
          Set the feedback type of the items to be returned.
 void setUserrole(String userrole)
          Set the role of the items to be returned.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFeedbackForm

public ViewFeedbackForm()
Method Detail

getItems

public int getItems()
Get the number of items to be returned.

Returns:

setItems

public void setItems(int items)
Set the number of items to be returned.

Parameters:
items -

getUserrole

public String getUserrole()
Get the role of the items to be returned.

Returns:

setUserrole

public void setUserrole(String userrole)
Set the role of the items to be returned.

Parameters:
userrole -

getFeedbacktype

public String getFeedbacktype()
Get the feedback type of the items to be returned.

Returns:

setFeedbacktype

public void setFeedbacktype(String feedbacktype)
Set the feedback type of the items to be returned.

Parameters:
feedbacktype -

getComments

public Boolean getComments()

setComments

public void setComments(Boolean comments)

setStartDisplayDate

public void setStartDisplayDate(String startDisplayDate)
Set the feedback type of the items to be returned.

Parameters:
startDisplayDate -

getStartDisplayDate

public String getStartDisplayDate()

setEndDisplayDate

public void setEndDisplayDate(String endDisplayDate)

getEndDisplayDate

public String getEndDisplayDate()


Copyright © 2012 Jasig. All Rights Reserved.