Class MetadataDirectoryInfoForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.dlese.dpc.repository.action.form.MetadataDirectoryInfoForm
- All Implemented Interfaces:
Serializable
public final class MetadataDirectoryInfoForm
extends org.apache.struts.validator.ValidatorForm
implements Serializable
Bean for values used to add/edit a metadata directory for the OAI repository.
- Version:
- $Id: MetadataDirectoryInfoForm.java,v 1.3 2009/03/20 23:33:54 jweather Exp $
- Author:
- John Weatherley
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResultsFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the MetadataDirectoryInfoForm Bean object -
Method Summary
Modifier and TypeMethodDescriptionGets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm objectGets the dirNickname attribute of the MetadataDirectoryInfoForm objectGets the dirPath attribute of the MetadataDirectoryInfoForm objectGets the metadataNamespace attribute of the MetadataDirectoryInfoForm objectGets the metadataSchema attribute of the MetadataDirectoryInfoForm objectvoidsetDirMetadataFormat(String value) Sets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm objectvoidsetDirNickname(String value) Sets the dirNickname attribute of the MetadataDirectoryInfoForm objectvoidsetDirPath(String value) Sets the dirPath attribute of the MetadataDirectoryInfoForm objectvoidsetMetadataNamespace(String value) Sets the metadataNamespace attribute of the MetadataDirectoryInfoForm objectvoidsetMetadataSchema(String value) Sets the metadataSchema attribute of the MetadataDirectoryInfoForm objectMethods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults, validateMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
-
Constructor Details
-
MetadataDirectoryInfoForm
public MetadataDirectoryInfoForm()Constructor for the MetadataDirectoryInfoForm Bean object
-
-
Method Details
-
getDirNickname
Gets the dirNickname attribute of the MetadataDirectoryInfoForm object- Returns:
- The dirNickname value
-
getDirPath
Gets the dirPath attribute of the MetadataDirectoryInfoForm object- Returns:
- The dirPath value
-
getDirMetadataFormat
Gets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm object- Returns:
- The dirMetadataFormat value
-
getMetadataSchema
Gets the metadataSchema attribute of the MetadataDirectoryInfoForm object- Returns:
- The metadataSchema value
-
getMetadataNamespace
Gets the metadataNamespace attribute of the MetadataDirectoryInfoForm object- Returns:
- The metadataNamespace value
-
setDirNickname
Sets the dirNickname attribute of the MetadataDirectoryInfoForm object- Parameters:
value- The new dirNickname value
-
setDirPath
Sets the dirPath attribute of the MetadataDirectoryInfoForm object- Parameters:
value- The new dirPath value
-
setDirMetadataFormat
Sets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm object- Parameters:
value- The new dirMetadataFormat value
-
setMetadataSchema
Sets the metadataSchema attribute of the MetadataDirectoryInfoForm object- Parameters:
value- The new metadataSchema value
-
setMetadataNamespace
Sets the metadataNamespace attribute of the MetadataDirectoryInfoForm object- Parameters:
value- The new metadataNamespace value
-