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, validatorResultsFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the adminEmail attribute of the RepositoryInfoForm objectGets the namespaceIdentifier attribute of the RepositoryInfoForm objectGets the repositoryDescription attribute of the RepositoryInfoForm objectGets the repositoryName attribute of the RepositoryInfoForm objectvoidsetAdminEmail(String val) Sets the adminEmail attribute of the RepositoryInfoForm objectvoidSets the namespaceIdentifier attribute of the RepositoryInfoForm objectvoidSets the repositoryDescription attribute of the RepositoryInfoForm objectvoidsetRepositoryName(String val) Sets the repositoryName attribute of the RepositoryInfoForm 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
-
RepositoryInfoForm
public RepositoryInfoForm()Constructor for the RepositoryInfoForm Bean object
-
-
Method Details
-
getRepositoryName
Gets the repositoryName attribute of the RepositoryInfoForm object- Returns:
- The repositoryName value
-
getRepositoryDescription
Gets the repositoryDescription attribute of the RepositoryInfoForm object- Returns:
- The repositoryDescription value
-
getNamespaceIdentifier
Gets the namespaceIdentifier attribute of the RepositoryInfoForm object- Returns:
- The namespaceIdentifier value
-
getAdminEmail
Gets the adminEmail attribute of the RepositoryInfoForm object- Returns:
- The adminEmail value
-
setRepositoryName
Sets the repositoryName attribute of the RepositoryInfoForm object- Parameters:
val- The new repositoryName value
-
setRepositoryDescription
Sets the repositoryDescription attribute of the RepositoryInfoForm object- Parameters:
val- The new repositoryDescription value
-
setNamespaceIdentifier
Sets the namespaceIdentifier attribute of the RepositoryInfoForm object- Parameters:
val- The new namespaceIdentifier value
-
setAdminEmail
Sets the adminEmail attribute of the RepositoryInfoForm object- Parameters:
val- The new adminEmail value
-