org.tranche.annotation.struts.form
Class addOtherConceptForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by 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

Constructor Summary
addOtherConceptForm()
           
 
Method Summary
 java.lang.String getAdditionalInfo()
           
 java.lang.String getAddOtherSource()
           
 java.lang.String getDefinition()
           
 java.lang.String getError()
           
 java.lang.String getName()
           
 java.lang.String getOtherConceptSourcesId()
           
 java.lang.String getOtherSourceName()
           
 java.lang.String getOtherSourceReference()
           
 java.lang.String getSynonyms()
           
 void setAdditionalInfo(java.lang.String AdditionalInfo)
           
 void setAddOtherSource(java.lang.String addOtherSource)
           
 void setDefinition(java.lang.String definition)
           
 void setError(java.lang.String error)
           
 void setName(java.lang.String string)
           
 void setOtherConceptSourcesId(java.lang.String otherConceptSourcesId)
           
 void setOtherSourceName(java.lang.String otherSourceName)
           
 void setOtherSourceReference(java.lang.String otherSourceReference)
           
 void setSynonyms(java.lang.String synonyms)
           
 ActionErrors validate(ActionMapping mapping, HttpServletRequest request)
          This is the action called from the Struts framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

addOtherConceptForm

public addOtherConceptForm()
Method Detail

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.