org.figure8.join.control.form
Class EISMappingForm
java.lang.Object
org.apache.struts.action.ActionForm
org.figure8.join.control.JoinForm
org.figure8.join.control.form.EISMappingForm
- All Implemented Interfaces:
- java.io.Serializable
public class EISMappingForm
- extends JoinForm
Form object used for manipulating EIS mappings into Join application.
- Version:
- $Revision: 1.1 $
- Author:
- Laurent Broudoux
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary |
EISMappingForm()
Creates a new instance of EISMappingForm |
Method Summary |
void |
doValidate(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validation of the form attributes. |
long |
getEISId()
|
java.lang.String |
getEISIdStr()
|
java.util.Date |
getEndDate()
|
java.lang.String |
getGatewayName()
|
java.util.Date |
getStartDate()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset form attributes. |
void |
setEISId(long eisId)
|
void |
setEISIdStr(java.lang.String eisIdStr)
|
void |
setEndDate(java.util.Date endDate)
|
void |
setGatewayName(java.lang.String gatewayName)
|
void |
setStartDate(java.util.Date startDate)
|
Methods inherited from class org.figure8.join.control.JoinForm |
addActionError, addActionError, addActionError, getGuiMessageResources, getId, getIdStr, getMessageResources, setId, setIdStr, validate, validateEntityObjectId |
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 |
EISMappingForm
public EISMappingForm()
- Creates a new instance of EISMappingForm
getEISId
public long getEISId()
- Returns:
- The unique id of EIS this mapping is for
setEISId
public void setEISId(long eisId)
- Parameters:
eisId
- The unique id of EIS this mapping is for
getGatewayName
public java.lang.String getGatewayName()
- Returns:
- The unique nmae of gateway this mapping is for
setGatewayName
public void setGatewayName(java.lang.String gatewayName)
- Parameters:
gatewayName
- The unique name of gateway this mapping is for
getStartDate
public java.util.Date getStartDate()
- Returns:
- The starting date of this EIS mapping
setStartDate
public void setStartDate(java.util.Date startDate)
- Parameters:
startDate
- The starting date of this EIS mapping
getEndDate
public java.util.Date getEndDate()
- Returns:
- The end date of this EIS mapping
setEndDate
public void setEndDate(java.util.Date endDate)
- Parameters:
endDate
- The end date of this EIS mapping
getEISIdStr
public java.lang.String getEISIdStr()
- Returns:
- String representation of eisId (should be a long)
setEISIdStr
public void setEISIdStr(java.lang.String eisIdStr)
- Parameters:
eisIdStr
- String representation of eisId (must be a long)
doValidate
public void doValidate(java.lang.String operation,
org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validation of the form attributes.
- Specified by:
doValidate
in class JoinForm
- Parameters:
operation
- String representing the operation to invoke on Actionmapping
- Mapping between forwards name and path for this actionrequest
- The servlet container request wrapper
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset form attributes.
- Overrides:
reset
in class JoinForm
- Parameters:
mapping
- Mapping between forwards name and path for this actionrequest
- The servlet container request wrapper
Copyright © 2005-2008 Join. All Rights Reserved.