|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.dlese.dpc.repository.action.form.RepositoryInfoForm
public final class RepositoryInfoForm
Bean for values used in the OAI Identify request including repository name, description, admin e-mail, and namespace identifier.
| 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 |
|---|
public RepositoryInfoForm()
| Method Detail |
|---|
public String getRepositoryName()
public String getRepositoryDescription()
public String getNamespaceIdentifier()
public String getAdminEmail()
public void setRepositoryName(String val)
val - The new repositoryName valuepublic void setRepositoryDescription(String val)
val - The new repositoryDescription valuepublic void setNamespaceIdentifier(String val)
val - The new namespaceIdentifier valuepublic void setAdminEmail(String val)
val - The new adminEmail value
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||