Class RepositoryInfoForm

java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.dlese.dpc.repository.action.form.RepositoryInfoForm
All Implemented Interfaces:
Serializable

public final class RepositoryInfoForm extends org.apache.struts.validator.ValidatorForm implements Serializable
Bean for values used in the OAI Identify request including repository name, description, admin e-mail, and namespace identifier.
Version:
$Id: RepositoryInfoForm.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 RepositoryInfoForm Bean object
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the adminEmail attribute of the RepositoryInfoForm object
    Gets the namespaceIdentifier attribute of the RepositoryInfoForm object
    Gets the repositoryDescription attribute of the RepositoryInfoForm object
    Gets the repositoryName attribute of the RepositoryInfoForm object
    void
    Sets the adminEmail attribute of the RepositoryInfoForm object
    void
    Sets the namespaceIdentifier attribute of the RepositoryInfoForm object
    void
    Sets the repositoryDescription attribute of the RepositoryInfoForm object
    void
    Sets the repositoryName attribute of the RepositoryInfoForm 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

    • RepositoryInfoForm

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

    • getRepositoryName

      public String getRepositoryName()
      Gets the repositoryName attribute of the RepositoryInfoForm object
      Returns:
      The repositoryName value
    • getRepositoryDescription

      public String getRepositoryDescription()
      Gets the repositoryDescription attribute of the RepositoryInfoForm object
      Returns:
      The repositoryDescription value
    • getNamespaceIdentifier

      public String getNamespaceIdentifier()
      Gets the namespaceIdentifier attribute of the RepositoryInfoForm object
      Returns:
      The namespaceIdentifier value
    • getAdminEmail

      public String getAdminEmail()
      Gets the adminEmail attribute of the RepositoryInfoForm object
      Returns:
      The adminEmail value
    • setRepositoryName

      public void setRepositoryName(String val)
      Sets the repositoryName attribute of the RepositoryInfoForm object
      Parameters:
      val - The new repositoryName value
    • setRepositoryDescription

      public void setRepositoryDescription(String val)
      Sets the repositoryDescription attribute of the RepositoryInfoForm object
      Parameters:
      val - The new repositoryDescription value
    • setNamespaceIdentifier

      public void setNamespaceIdentifier(String val)
      Sets the namespaceIdentifier attribute of the RepositoryInfoForm object
      Parameters:
      val - The new namespaceIdentifier value
    • setAdminEmail

      public void setAdminEmail(String val)
      Sets the adminEmail attribute of the RepositoryInfoForm object
      Parameters:
      val - The new adminEmail value