org.tranche.annotation.struts.form
Class addOtherConceptForm
java.lang.Object
org.apache.struts.action.ActionForm
org.tranche.annotation.struts.form.addOtherConceptForm
public class addOtherConceptForm
- extends org.apache.struts.action.ActionForm
A container for addOtherConcepts form.
- Author:
- Shelly Chang - hlchang.shelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addOtherConceptForm
public addOtherConceptForm()
getName
public java.lang.String getName()
- Returns:
setName
public void setName(java.lang.String string)
- Parameters:
string -
validate
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request)
- This is the action called from the Struts framework.
- Parameters:
mapping - The ActionMapping used to select this instance.request - The HTTP Request we are processing.
- Returns:
getSynonyms
public java.lang.String getSynonyms()
- Returns:
- the synonyms
setSynonyms
public void setSynonyms(java.lang.String synonyms)
- Parameters:
synonyms - the synonyms to set
getDefinition
public java.lang.String getDefinition()
- Returns:
- the definition
setDefinition
public void setDefinition(java.lang.String definition)
- Parameters:
definition - the definition to set
getAdditionalInfo
public java.lang.String getAdditionalInfo()
- Returns:
- the AdditionalInfo
setAdditionalInfo
public void setAdditionalInfo(java.lang.String AdditionalInfo)
- Parameters:
AdditionalInfo - the AdditionalInfo to set
getOtherSourceName
public java.lang.String getOtherSourceName()
- Returns:
- the otherSourceName
setOtherSourceName
public void setOtherSourceName(java.lang.String otherSourceName)
- Parameters:
otherSourceName - the otherSourceName to set
getOtherSourceReference
public java.lang.String getOtherSourceReference()
- Returns:
- the otherSourceReference
setOtherSourceReference
public void setOtherSourceReference(java.lang.String otherSourceReference)
- Parameters:
otherSourceReference - the otherSourceReference to set
getAddOtherSource
public java.lang.String getAddOtherSource()
- Returns:
- the addOtherSource
setAddOtherSource
public void setAddOtherSource(java.lang.String addOtherSource)
- Parameters:
addOtherSource - the addOtherSource to set
getError
public java.lang.String getError()
- Returns:
- the error
setError
public void setError(java.lang.String error)
- Parameters:
error - the error to set
getOtherConceptSourcesId
public java.lang.String getOtherConceptSourcesId()
- Returns:
- the otherConceptSourcesId
setOtherConceptSourcesId
public void setOtherConceptSourcesId(java.lang.String otherConceptSourcesId)
- Parameters:
otherConceptSourcesId - the otherConceptSourcesId to set
This code is free for use both commercially and non-commercially as stated in the project's license.