public final class SetDefinitionsForm
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable
Constructor and Description |
---|
SetDefinitionsForm()
Constructor for the SetDefinitionsForm Bean object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getExcludedDirs()
Gets the excludedDirs attribute of the SetDefinitionsForm object
|
java.util.ArrayList |
getExcludedDirsNotInRepository()
Gets the Excluded Dirs that are defined for the set but that do not exist in the repository.
|
java.lang.String |
getExcludedQuery()
Gets the excludedQuery attribute of the SetDefinitionsForm object
|
java.lang.String |
getExcludedTerms()
Gets the excludedTerms attribute of the SetDefinitionsForm object
|
java.lang.String[] |
getIncludedDirs()
Gets the includedDirs attribute of the SetDefinitionsForm object
|
java.util.ArrayList |
getIncludedDirsNotInRepository()
Gets the includedDirs that are defined for the set but that do not exist in the repository.
|
java.lang.String |
getIncludedFormat()
Gets the includedFormat attribute of the SetDefinitionsForm object
|
boolean |
getIncludedFormatNotAvailable()
True if the repository does not have the included format configured.
|
java.lang.String |
getIncludedQuery()
Gets the includedQuery attribute of the SetDefinitionsForm object
|
java.lang.String |
getIncludedTerms()
Gets the includedTerms attribute of the SetDefinitionsForm object
|
boolean |
getIsDefinitionEmpty()
True if the set definition has nothing set.
|
java.lang.String |
getSetDescription()
Gets the setDescription attribute of the SetDefinitionsForm object
|
java.util.ArrayList |
getSetInfos()
Gets the setInfos sorted by name, or null if none available.
|
java.lang.String |
getSetName()
Gets the setName attribute of the SetDefinitionsForm object
|
java.lang.String |
getSetSpec()
Gets the setSpec attribute of the SetDefinitionsForm object
|
java.lang.String |
getSetURL()
Gets the setURL attribute of the SetDefinitionsForm object
|
void |
reset()
Resets the data in the form to default values.
|
void |
setExcludedDirs(java.lang.String[] value)
Sets the excludedDirs attribute of the SetDefinitionsForm object
|
void |
setExcludedQuery(java.lang.String value)
Sets the excludedQuery attribute of the SetDefinitionsForm object
|
void |
setExcludedTerms(java.lang.String value)
Sets the excludedTerms attribute of the SetDefinitionsForm object
|
void |
setIncludedDirs(java.lang.String[] value)
Sets the includedDirs attribute of the SetDefinitionsForm object
|
void |
setIncludedFormat(java.lang.String value)
Sets the includedFormat attribute of the SetDefinitionsForm object
|
void |
setIncludedQuery(java.lang.String value)
Sets the includedQuery attribute of the SetDefinitionsForm object
|
void |
setIncludedTerms(java.lang.String value)
Sets the includedTerms attribute of the SetDefinitionsForm object
|
void |
setSetDescription(java.lang.String value)
Sets the setDescription attribute of the SetDefinitionsForm object
|
void |
setSetName(java.lang.String value)
Sets the setName attribute of the SetDefinitionsForm object
|
void |
setSetSpec(java.lang.String value)
Sets the setSpec attribute of the SetDefinitionsForm object
|
void |
setSetURL(java.lang.String value)
Sets the setURL attribute of the SetDefinitionsForm object
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validates the form data.
|
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults
public SetDefinitionsForm()
public void reset()
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
validate
in class org.apache.struts.validator.ValidatorForm
mapping
- The ActionMappingrequest
- The HttpServletRequest requestpublic void setSetName(java.lang.String value)
value
- The new setName valuepublic void setSetSpec(java.lang.String value)
value
- The new setSpec valuepublic void setSetDescription(java.lang.String value)
value
- The new setDescription valuepublic void setSetURL(java.lang.String value)
value
- The new setURL valuepublic java.lang.String getSetName()
public java.lang.String getSetSpec()
public java.lang.String getSetDescription()
public java.lang.String getSetURL()
public void setIncludedDirs(java.lang.String[] value)
value
- The new includedDirs valuepublic java.lang.String[] getIncludedDirs()
public java.util.ArrayList getIncludedDirsNotInRepository()
public final java.util.ArrayList getSetInfos()
public java.lang.String getIncludedFormat()
public boolean getIncludedFormatNotAvailable()
public java.lang.String getIncludedTerms()
public java.lang.String getIncludedQuery()
public java.lang.String[] getExcludedDirs()
public java.util.ArrayList getExcludedDirsNotInRepository()
public java.lang.String getExcludedTerms()
public java.lang.String getExcludedQuery()
public void setIncludedFormat(java.lang.String value)
value
- The new includedFormat valuepublic void setIncludedTerms(java.lang.String value)
value
- The new includedTerms valuepublic void setIncludedQuery(java.lang.String value)
value
- The new includedQuery valuepublic void setExcludedDirs(java.lang.String[] value)
value
- The new excludedDirs valuepublic void setExcludedTerms(java.lang.String value)
value
- The new excludedTerms valuepublic void setExcludedQuery(java.lang.String value)
value
- The new excludedQuery valuepublic boolean getIsDefinitionEmpty()