|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.apache.struts.validator.ValidatorForm org.dlese.dpc.repository.action.form.MetadataDirectoryInfoForm
public final class MetadataDirectoryInfoForm
Bean for values used to add/edit a metadata directory for the OAI repository.
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 |
---|
public MetadataDirectoryInfoForm()
Method Detail |
---|
public String getDirNickname()
public String getDirPath()
public String getDirMetadataFormat()
public String getMetadataSchema()
public String getMetadataNamespace()
public void setDirNickname(String value)
value
- The new dirNickname valuepublic void setDirPath(String value)
value
- The new dirPath valuepublic void setDirMetadataFormat(String value)
value
- The new dirMetadataFormat valuepublic void setMetadataSchema(String value)
value
- The new metadataSchema valuepublic void setMetadataNamespace(String value)
value
- The new metadataNamespace value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |