DLESE Tools
v1.6.0

org.dlese.dpc.dds.action.form
Class DDSAdminForm

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

public final class DDSAdminForm
extends org.apache.struts.action.ActionForm

Author:
John Weatherley
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DDSAdminForm()
          Constructor for the DDSAdminForm object
 
Method Summary
 String getLastSyncTime()
          Gets the lastSyncTime attribute of the DDSAdminForm object
 String getMessage()
          Gets the message attribute of the DDSAdminForm object
 String getNumGoodRecords()
           
 String getNumIndexingErrors()
          Gets the lastIndexModifiedTime attribute of the DDSAdminForm object
 String getNumRecords()
          Gets the numRecords attribute of the DDSAdminForm object
 String getNumRecordsToAdd()
          Gets the numRecordsToAdd attribute of the DDSAdminForm object
 String getNumRecordsToDelete()
          Gets the numRecordsToDelete attribute of the DDSAdminForm object
 String getNumRecordsToReplace()
          Gets the numRecordsToReplace attribute of the DDSAdminForm object
 String getNumValidationErrors()
           
 String getShowNumChanged()
          Gets the showNumChanged attribute of the DDSAdminForm object
 String getShowVocabErrors()
          Gets the showVocabErrors attribute of the DDSAdminForm object
 String getShowVocabMessages()
          Gets the showVocabUpdates attribute of the DDSAdminForm object
 String getUpdateFrequency()
          Gets the updateFrequency attribute of the DDSAdminForm object
 ArrayList getVocabErrors()
          Gets the vocabErrors attribute of the DDSAdminForm object
 ArrayList getVocabMessages()
          Gets the vocabMessage attribute of the DDSAdminForm object
protected  void prtln(String s)
          DESCRIPTION
 void setIndex(SimpleLuceneIndex index)
           
 void setMessage(String message)
          Sets the message attribute of the DDSAdminForm object
 void setMetadataVocab(MetadataVocab vocab)
           
 void setShowNumChanged(boolean b)
          Sets the showNumChanged attribute of the DDSAdminForm object
 void setShowVocabErrors(boolean bool)
          Sets the showVocabErrors attribute of the DDSAdminForm object
 void setShowVocabMessages(boolean bool)
          Sets the showVocabUpdates attribute of the DDSAdminForm object
 
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

DDSAdminForm

public DDSAdminForm()
Constructor for the DDSAdminForm object

Method Detail

setIndex

public void setIndex(SimpleLuceneIndex index)

setMetadataVocab

public void setMetadataVocab(MetadataVocab vocab)

setMessage

public void setMessage(String message)
Sets the message attribute of the DDSAdminForm object

Parameters:
message - The new message value

getMessage

public String getMessage()
Gets the message attribute of the DDSAdminForm object


getLastSyncTime

public String getLastSyncTime()
Gets the lastSyncTime attribute of the DDSAdminForm object


getNumIndexingErrors

public String getNumIndexingErrors()
Gets the lastIndexModifiedTime attribute of the DDSAdminForm object


getNumValidationErrors

public String getNumValidationErrors()

getUpdateFrequency

public String getUpdateFrequency()
Gets the updateFrequency attribute of the DDSAdminForm object


getNumRecordsToDelete

public String getNumRecordsToDelete()
Gets the numRecordsToDelete attribute of the DDSAdminForm object


getNumRecordsToAdd

public String getNumRecordsToAdd()
Gets the numRecordsToAdd attribute of the DDSAdminForm object


getNumRecordsToReplace

public String getNumRecordsToReplace()
Gets the numRecordsToReplace attribute of the DDSAdminForm object


getShowNumChanged

public String getShowNumChanged()
Gets the showNumChanged attribute of the DDSAdminForm object


setShowNumChanged

public void setShowNumChanged(boolean b)
Sets the showNumChanged attribute of the DDSAdminForm object

Parameters:
b - The new showNumChanged value

getNumRecords

public String getNumRecords()
Gets the numRecords attribute of the DDSAdminForm object


getNumGoodRecords

public String getNumGoodRecords()

getVocabMessages

public ArrayList getVocabMessages()
Gets the vocabMessage attribute of the DDSAdminForm object


getVocabErrors

public ArrayList getVocabErrors()
Gets the vocabErrors attribute of the DDSAdminForm object


setShowVocabMessages

public void setShowVocabMessages(boolean bool)
Sets the showVocabUpdates attribute of the DDSAdminForm object

Parameters:
bool - The new showVocabUpdates value

getShowVocabMessages

public String getShowVocabMessages()
Gets the showVocabUpdates attribute of the DDSAdminForm object


setShowVocabErrors

public void setShowVocabErrors(boolean bool)
Sets the showVocabErrors attribute of the DDSAdminForm object

Parameters:
bool - The new showVocabErrors value

getShowVocabErrors

public String getShowVocabErrors()
Gets the showVocabErrors attribute of the DDSAdminForm object


prtln

protected void prtln(String s)
DESCRIPTION

Parameters:
s - DESCRIPTION

DLESE Tools
v1.6.0