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, validatorResults

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for the MetadataDirectoryInfoForm Bean object
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm object
    Gets the dirNickname attribute of the MetadataDirectoryInfoForm object
    Gets the dirPath attribute of the MetadataDirectoryInfoForm object
    Gets the metadataNamespace attribute of the MetadataDirectoryInfoForm object
    Gets the metadataSchema attribute of the MetadataDirectoryInfoForm object
    void
    Sets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm object
    void
    Sets the dirNickname attribute of the MetadataDirectoryInfoForm object
    void
    Sets the dirPath attribute of the MetadataDirectoryInfoForm object
    void
    Sets the metadataNamespace attribute of the MetadataDirectoryInfoForm object
    void
    Sets the metadataSchema attribute of the MetadataDirectoryInfoForm object

    Methods inherited from class org.apache.struts.validator.ValidatorForm

    getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults, validate

    Methods inherited from class org.apache.struts.action.ActionForm

    getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MetadataDirectoryInfoForm

      public MetadataDirectoryInfoForm()
      Constructor for the MetadataDirectoryInfoForm Bean object
  • Method Details

    • getDirNickname

      public String getDirNickname()
      Gets the dirNickname attribute of the MetadataDirectoryInfoForm object
      Returns:
      The dirNickname value
    • getDirPath

      public String getDirPath()
      Gets the dirPath attribute of the MetadataDirectoryInfoForm object
      Returns:
      The dirPath value
    • getDirMetadataFormat

      public String getDirMetadataFormat()
      Gets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm object
      Returns:
      The dirMetadataFormat value
    • getMetadataSchema

      public String getMetadataSchema()
      Gets the metadataSchema attribute of the MetadataDirectoryInfoForm object
      Returns:
      The metadataSchema value
    • getMetadataNamespace

      public String getMetadataNamespace()
      Gets the metadataNamespace attribute of the MetadataDirectoryInfoForm object
      Returns:
      The metadataNamespace value
    • setDirNickname

      public void setDirNickname(String value)
      Sets the dirNickname attribute of the MetadataDirectoryInfoForm object
      Parameters:
      value - The new dirNickname value
    • setDirPath

      public void setDirPath(String value)
      Sets the dirPath attribute of the MetadataDirectoryInfoForm object
      Parameters:
      value - The new dirPath value
    • setDirMetadataFormat

      public void setDirMetadataFormat(String value)
      Sets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm object
      Parameters:
      value - The new dirMetadataFormat value
    • setMetadataSchema

      public void setMetadataSchema(String value)
      Sets the metadataSchema attribute of the MetadataDirectoryInfoForm object
      Parameters:
      value - The new metadataSchema value
    • setMetadataNamespace

      public void setMetadataNamespace(String value)
      Sets the metadataNamespace attribute of the MetadataDirectoryInfoForm object
      Parameters:
      value - The new metadataNamespace value