public class ViewFeedbackForm extends Object
| Constructor and Description |
|---|
ViewFeedbackForm() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int getItems()
public void setItems(int items)
items - public String getUserrole()
public void setUserrole(String userrole)
userrole - public String getFeedbacktype()
public void setFeedbacktype(String feedbacktype)
feedbacktype - public Boolean getComments()
public void setComments(Boolean comments)
public void setStartDisplayDate(String startDisplayDate)
startDisplayDate - public String getStartDisplayDate()
public void setEndDisplayDate(String endDisplayDate)
public String getEndDisplayDate()
Copyright © 2014 Jasig. All Rights Reserved.