|
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.schemedit.action.form.CreateADNRecordForm
public class CreateADNRecordForm
ActionForm bean for handling requests to create ADN Records
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
CreateADNRecordForm()
Constructor |
Method Summary | |
---|---|
void |
clear()
|
String |
getBogusUrl()
|
String |
getCollection()
|
String |
getCollectionName()
|
DcsDataRecord |
getDcsDataRecord()
Gets the dcsDataRecord attribute of the ADNRecordForm object |
String |
getDescription()
|
ResultDoc[] |
getDuplicateUrlRecs()
|
List |
getDups()
|
String |
getEditRecordLink()
Gets the editRecordLink attribute of the ADNRecordForm object |
String |
getPrimaryUrl()
|
String |
getRecId()
Gets the recId attribute of the ADNRecordForm object |
ResultDoc[] |
getSimilarUrlRecs()
|
List |
getSims()
|
String |
getTitle()
|
String |
getValidatedUrl()
|
String |
getXmlFormat()
|
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
void |
setBogusUrl(String url)
|
void |
setCollection(String collection)
|
void |
setCollectionName(String collectionName)
|
void |
setDcsDataRecord(DcsDataRecord dataRec)
Sets the dcsDataRecord attribute of the ADNRecordForm object |
void |
setDescription(String description)
|
void |
setDuplicateUrlRecs(ResultDoc[] results)
|
void |
setDups(List simDupList)
|
void |
setEditRecordLink(String s)
Sets the editRecordLink attribute of the ADNRecordForm object |
void |
setPrimaryUrl(String primaryUrl)
|
void |
setRecId(String id)
Sets the recId attribute of the ADNRecordForm object |
void |
setRequest(HttpServletRequest request)
Sets the request attribute of the DCSBrowseForm object. |
void |
setSimilarUrlRecs(ResultDoc[] results)
|
void |
setSims(List simDupList)
|
void |
setTitle(String title)
|
void |
setValidatedUrl(String validatedUrl)
|
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateADNRecordForm()
Method Detail |
---|
public void clear()
public DcsDataRecord getDcsDataRecord()
public void setDcsDataRecord(DcsDataRecord dataRec)
dataRec
- The new dcsDataRecord valuepublic ResultDoc[] getSimilarUrlRecs()
public void setSimilarUrlRecs(ResultDoc[] results)
public ResultDoc[] getDuplicateUrlRecs()
public void setDuplicateUrlRecs(ResultDoc[] results)
public List getDups()
public void setDups(List simDupList)
public List getSims()
public void setSims(List simDupList)
public String getEditRecordLink()
public void setEditRecordLink(String s)
s
- The new editRecordLink valuepublic String getRecId()
public void setRecId(String id)
id
- The new recId valuepublic String getXmlFormat()
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getPrimaryUrl()
public void setPrimaryUrl(String primaryUrl)
public String getValidatedUrl()
public void setValidatedUrl(String validatedUrl)
public void setBogusUrl(String url)
public String getBogusUrl()
public String getCollection()
public void setCollection(String collection)
public String getCollectionName()
public void setCollectionName(String collectionName)
public void setRequest(HttpServletRequest request)
request
- The new request 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 |