public final class RepositoryInfoForm
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable
Constructor and Description |
---|
RepositoryInfoForm()
Constructor for the RepositoryInfoForm Bean object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminEmail()
Gets the adminEmail attribute of the RepositoryInfoForm object
|
java.lang.String |
getNamespaceIdentifier()
Gets the namespaceIdentifier attribute of the RepositoryInfoForm object
|
java.lang.String |
getRepositoryDescription()
Gets the repositoryDescription attribute of the RepositoryInfoForm object
|
java.lang.String |
getRepositoryName()
Gets the repositoryName attribute of the RepositoryInfoForm object
|
void |
setAdminEmail(java.lang.String val)
Sets the adminEmail attribute of the RepositoryInfoForm object
|
void |
setNamespaceIdentifier(java.lang.String val)
Sets the namespaceIdentifier attribute of the RepositoryInfoForm object
|
void |
setRepositoryDescription(java.lang.String val)
Sets the repositoryDescription attribute of the RepositoryInfoForm object
|
void |
setRepositoryName(java.lang.String val)
Sets the repositoryName attribute of the RepositoryInfoForm object
|
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults, validate
public RepositoryInfoForm()
public java.lang.String getRepositoryName()
public java.lang.String getRepositoryDescription()
public java.lang.String getNamespaceIdentifier()
public java.lang.String getAdminEmail()
public void setRepositoryName(java.lang.String val)
val
- The new repositoryName valuepublic void setRepositoryDescription(java.lang.String val)
val
- The new repositoryDescription valuepublic void setNamespaceIdentifier(java.lang.String val)
val
- The new namespaceIdentifier valuepublic void setAdminEmail(java.lang.String val)
val
- The new adminEmail value