DLESE Tools
v1.6.0

org.dlese.dpc.repository.action.form
Class RepositoryInfoForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by 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:
Serialized Form

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
RepositoryInfoForm()
          Constructor for the RepositoryInfoForm Bean object
 
Method Summary
 String getAdminEmail()
          Gets the adminEmail attribute of the RepositoryInfoForm object
 String getNamespaceIdentifier()
          Gets the namespaceIdentifier attribute of the RepositoryInfoForm object
 String getRepositoryDescription()
          Gets the repositoryDescription attribute of the RepositoryInfoForm object
 String getRepositoryName()
          Gets the repositoryName attribute of the RepositoryInfoForm object
 void setAdminEmail(String val)
          Sets the adminEmail attribute of the RepositoryInfoForm object
 void setNamespaceIdentifier(String val)
          Sets the namespaceIdentifier attribute of the RepositoryInfoForm object
 void setRepositoryDescription(String val)
          Sets the repositoryDescription attribute of the RepositoryInfoForm object
 void setRepositoryName(String val)
          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 Detail

RepositoryInfoForm

public RepositoryInfoForm()
Constructor for the RepositoryInfoForm Bean object

Method Detail

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

DLESE Tools
v1.6.0