|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.suggest.action.form.SuggestForm org.dlese.dpc.suggest.action.form.SuggestCommentForm
public class SuggestCommentForm
ActionForm bean for handling requests that access a SuggestionRecord
the QA DataBase and Records.
Field Summary |
---|
Fields inherited from class org.dlese.dpc.suggest.action.form.SuggestForm |
---|
coppa, popup, schemaHelper, vocab |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
SuggestCommentForm()
Constructor |
Method Summary | |
---|---|
void |
clear()
resets the bean's key attributes |
String |
getDescription()
Gets the description attribute of the SuggestCommentForm object |
String |
getEmail()
Gets the email attribute of the SuggestCommentForm object |
String |
getInstName()
Gets the instName attribute of the SuggestCommentForm object |
String |
getItemID()
Gets the itemID attribute of the SuggestCommentForm object |
String |
getItemTitle()
Gets the itemTitle attribute of the SuggestCommentForm object |
String |
getItemURL()
Gets the itemURL attribute of the SuggestCommentForm object |
String |
getNameFirst()
Gets the nameFirst attribute of the SuggestCommentForm object |
String |
getNameLast()
Gets the nameLast attribute of the SuggestCommentForm object |
String |
getRole()
Gets the role attribute of the SuggestCommentForm object |
String[] |
getRoleValues()
Gets the roleValues attribute of the SuggestCommentForm object |
String |
getShare()
Gets the share attribute of the SuggestCommentForm object |
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Necessary to set role to a default value in the case in which no selection is made for roles. |
static void |
setDebug(boolean db)
Sets the debug attribute of the SuggestCommentForm object |
void |
setDescription(String val)
Sets the description attribute of the SuggestCommentForm object |
void |
setEmail(String val)
Sets the email attribute of the SuggestCommentForm object |
void |
setInstName(String val)
Sets the instName attribute of the SuggestCommentForm object |
void |
setItemID(String val)
Sets the itemID attribute of the SuggestCommentForm object |
void |
setItemTitle(String val)
Sets the itemTitle attribute of the SuggestCommentForm object |
void |
setItemURL(String val)
Sets the itemURL attribute of the SuggestCommentForm object |
void |
setNameFirst(String val)
Sets the nameFirst attribute of the SuggestCommentForm object |
void |
setNameLast(String val)
Sets the nameLast attribute of the SuggestCommentForm object |
void |
setRole(String role)
Sets the role attribute of the SuggestCommentForm object |
void |
setShare(String share)
Sets the share attribute of the SuggestCommentForm object |
String |
toString()
Print selected fields of this object for debugging purposes |
Methods inherited from class org.dlese.dpc.suggest.action.form.SuggestForm |
---|
getCoppa, getPopup, setCoppa, setPopup, setSchemaHelper, setVocab |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SuggestCommentForm()
Method Detail |
---|
public void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
reset
in class SuggestForm
mapping
- Description of the Parameterrequest
- Description of the Parameterpublic void clear()
clear
in class SuggestForm
public String getItemID()
public void setItemID(String val)
val
- The new itemID valuepublic String getItemURL()
public void setItemURL(String val)
val
- The new itemURL valuepublic String getItemTitle()
public void setItemTitle(String val)
val
- The new itemTitle valuepublic String getDescription()
public void setDescription(String val)
val
- The new description valuepublic String getRole()
public void setRole(String role)
role
- The new role valuepublic String[] getRoleValues()
public String getShare()
public void setShare(String share)
share
- The new share valuepublic String getNameFirst()
public void setNameFirst(String val)
val
- The new nameFirst valuepublic String getNameLast()
public void setNameLast(String val)
val
- The new nameLast valuepublic String getEmail()
public void setEmail(String val)
val
- The new email valuepublic String getInstName()
public void setInstName(String val)
val
- The new instName valuepublic String toString()
toString
in class Object
public static void setDebug(boolean db)
db
- The new debug valueprotected final void prtln(String s)
s
- The String that will be output.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |