public final class DDSAdminForm
extends org.apache.struts.action.ActionForm
Constructor and Description |
---|
DDSAdminForm()
Constructor for the DDSAdminForm object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLastSyncTime()
Gets the lastSyncTime attribute of the DDSAdminForm object
|
java.lang.String |
getMessage()
Gets the message attribute of the DDSAdminForm object
|
java.lang.String |
getNumGoodRecords() |
java.lang.String |
getNumIndexingErrors()
Gets the lastIndexModifiedTime attribute of the DDSAdminForm object
|
java.lang.String |
getNumRecords()
Gets the numRecords attribute of the DDSAdminForm object
|
java.lang.String |
getNumRecordsToAdd()
Gets the numRecordsToAdd attribute of the DDSAdminForm object
|
java.lang.String |
getNumRecordsToDelete()
Gets the numRecordsToDelete attribute of the DDSAdminForm object
|
java.lang.String |
getNumRecordsToReplace()
Gets the numRecordsToReplace attribute of the DDSAdminForm object
|
java.lang.String |
getNumValidationErrors() |
java.lang.String |
getShowNumChanged()
Gets the showNumChanged attribute of the DDSAdminForm object
|
java.lang.String |
getShowVocabErrors()
Gets the showVocabErrors attribute of the DDSAdminForm object
|
java.lang.String |
getShowVocabMessages()
Gets the showVocabUpdates attribute of the DDSAdminForm object
|
java.lang.String |
getUpdateFrequency()
Gets the updateFrequency attribute of the DDSAdminForm object
|
java.util.ArrayList |
getVocabErrors()
Gets the vocabErrors attribute of the DDSAdminForm object
|
java.util.ArrayList |
getVocabMessages()
Gets the vocabMessage attribute of the DDSAdminForm object
|
protected void |
prtln(java.lang.String s)
DESCRIPTION
|
void |
setIndex(SimpleLuceneIndex index) |
void |
setMessage(java.lang.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
|
public void setIndex(SimpleLuceneIndex index)
public void setMetadataVocab(MetadataVocab vocab)
public void setMessage(java.lang.String message)
message
- The new message valuepublic java.lang.String getMessage()
public java.lang.String getLastSyncTime()
public java.lang.String getNumIndexingErrors()
public java.lang.String getNumValidationErrors()
public java.lang.String getUpdateFrequency()
public java.lang.String getNumRecordsToDelete()
public java.lang.String getNumRecordsToAdd()
public java.lang.String getNumRecordsToReplace()
public java.lang.String getShowNumChanged()
public void setShowNumChanged(boolean b)
b
- The new showNumChanged valuepublic java.lang.String getNumRecords()
public java.lang.String getNumGoodRecords()
public java.util.ArrayList getVocabMessages()
public java.util.ArrayList getVocabErrors()
public void setShowVocabMessages(boolean bool)
bool
- The new showVocabUpdates valuepublic java.lang.String getShowVocabMessages()
public void setShowVocabErrors(boolean bool)
bool
- The new showVocabErrors valuepublic java.lang.String getShowVocabErrors()
protected void prtln(java.lang.String s)
s
- DESCRIPTION