|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlets.FeedbackPortlet.web.ViewFeedbackForm
public class ViewFeedbackForm
ViewFeedbackForm represents the form data for the administrative view.
| 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 |
|---|
public ViewFeedbackForm()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||