DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.action.form
Class CreateADNRecordForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.schemedit.action.form.CreateADNRecordForm
All Implemented Interfaces:
Serializable

public class CreateADNRecordForm
extends org.apache.struts.action.ActionForm

ActionForm bean for handling requests to create ADN Records

Author:
ostwald
See Also:
Serialized Form

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

CreateADNRecordForm

public CreateADNRecordForm()
Constructor

Method Detail

clear

public void clear()

getDcsDataRecord

public DcsDataRecord getDcsDataRecord()
Gets the dcsDataRecord attribute of the ADNRecordForm object

Returns:
The dcsDataRecord value

setDcsDataRecord

public void setDcsDataRecord(DcsDataRecord dataRec)
Sets the dcsDataRecord attribute of the ADNRecordForm object

Parameters:
dataRec - The new dcsDataRecord value

getSimilarUrlRecs

public ResultDoc[] getSimilarUrlRecs()

setSimilarUrlRecs

public void setSimilarUrlRecs(ResultDoc[] results)

getDuplicateUrlRecs

public ResultDoc[] getDuplicateUrlRecs()

setDuplicateUrlRecs

public void setDuplicateUrlRecs(ResultDoc[] results)

getDups

public List getDups()

setDups

public void setDups(List simDupList)

getSims

public List getSims()

setSims

public void setSims(List simDupList)

getEditRecordLink

public String getEditRecordLink()
Gets the editRecordLink attribute of the ADNRecordForm object

Returns:
The editRecordLink value

setEditRecordLink

public void setEditRecordLink(String s)
Sets the editRecordLink attribute of the ADNRecordForm object

Parameters:
s - The new editRecordLink value

getRecId

public String getRecId()
Gets the recId attribute of the ADNRecordForm object

Returns:
The recId value

setRecId

public void setRecId(String id)
Sets the recId attribute of the ADNRecordForm object

Parameters:
id - The new recId value

getXmlFormat

public String getXmlFormat()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPrimaryUrl

public String getPrimaryUrl()

setPrimaryUrl

public void setPrimaryUrl(String primaryUrl)

getValidatedUrl

public String getValidatedUrl()

setValidatedUrl

public void setValidatedUrl(String validatedUrl)

setBogusUrl

public void setBogusUrl(String url)

getBogusUrl

public String getBogusUrl()

getCollection

public String getCollection()

setCollection

public void setCollection(String collection)

getCollectionName

public String getCollectionName()

setCollectionName

public void setCollectionName(String collectionName)

setRequest

public void setRequest(HttpServletRequest request)
Sets the request attribute of the DCSBrowseForm object.

Parameters:
request - The new request value

prtln

protected final void prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true.

Parameters:
s - The String that will be output.

DLESE Tools
v1.6.0