DLESE Tools
v1.6.0

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

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.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:
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
MetadataDirectoryInfoForm()
          Constructor for the MetadataDirectoryInfoForm Bean object
 
Method Summary
 String getDirMetadataFormat()
          Gets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm object
 String getDirNickname()
          Gets the dirNickname attribute of the MetadataDirectoryInfoForm object
 String getDirPath()
          Gets the dirPath attribute of the MetadataDirectoryInfoForm object
 String getMetadataNamespace()
          Gets the metadataNamespace attribute of the MetadataDirectoryInfoForm object
 String getMetadataSchema()
          Gets the metadataSchema attribute of the MetadataDirectoryInfoForm object
 void setDirMetadataFormat(String value)
          Sets the dirMetadataFormat attribute of the MetadataDirectoryInfoForm object
 void setDirNickname(String value)
          Sets the dirNickname attribute of the MetadataDirectoryInfoForm object
 void setDirPath(String value)
          Sets the dirPath attribute of the MetadataDirectoryInfoForm object
 void setMetadataNamespace(String value)
          Sets the metadataNamespace attribute of the MetadataDirectoryInfoForm object
 void setMetadataSchema(String value)
          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 Detail

MetadataDirectoryInfoForm

public MetadataDirectoryInfoForm()
Constructor for the MetadataDirectoryInfoForm Bean object

Method Detail

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

DLESE Tools
v1.6.0