org.figure8.join.control.form
Class DeploymentForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.figure8.join.control.JoinForm
          extended by org.figure8.join.control.form.DeploymentForm
All Implemented Interfaces:
java.io.Serializable

public class DeploymentForm
extends JoinForm

Form object used for manipulating Deployments into Join application.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.figure8.join.control.JoinForm
errors
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DeploymentForm()
          Creates a new DeploymentForm instance
 
Method Summary
 void doValidate(java.lang.String operation, org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Validate form attributes.
 java.lang.String getApplicantComments()
           
 java.lang.String getApplicantId()
           
 java.lang.String getAssemblyKey()
           
 java.util.Date getAssignationDate()
           
 java.lang.String getAssignationDateStr()
           
 java.lang.String getAssigneeComments()
           
 java.lang.String getAssigneeId()
           
 java.util.Date getCreationDate()
           
 java.lang.String getCreationDateStr()
           
 java.lang.String getLogicalEnvKey()
           
 java.util.Date getRealizationDate()
           
 java.lang.String getRealizationDateStr()
           
 java.lang.String getStatusKey()
           
 java.lang.String getTargetName()
           
 java.util.Date getWishedDate()
           
 java.lang.String getWishedDateStr()
           
 java.lang.String getWishedHourStr()
           
 java.lang.String getWishedMinStr()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset form attributes.
 void setApplicantComments(java.lang.String comments)
           
 void setApplicantId(java.lang.String applicantId)
           
 void setAssemblyKey(java.lang.String assemblyKey)
           
 void setAssignationDate(java.util.Date assignationDate)
           
 void setAssignationDateStr(java.lang.String assignationDateStr)
           
 void setAssigneeComments(java.lang.String comments)
           
 void setAssigneeId(java.lang.String assigneeId)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setCreationDateStr(java.lang.String creationDateStr)
           
 void setLogicalEnvKey(java.lang.String logicalEnvKey)
           
 void setRealizationDate(java.util.Date realizationDate)
           
 void setRealizationDateStr(java.lang.String realizationDateStr)
           
 void setStatusKey(java.lang.String statusKey)
           
 void setTargetName(java.lang.String targetName)
           
 void setWishedDate(java.util.Date wishedDate)
           
 void setWishedDateStr(java.lang.String wishedDateStr)
           
 void setWishedHourStr(java.lang.String wishedHourStr)
           
 void setWishedMinStr(java.lang.String wishedMinStr)
           
 
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
 

Constructor Detail

DeploymentForm

public DeploymentForm()
Creates a new DeploymentForm instance

Method Detail

getApplicantId

public java.lang.String getApplicantId()
Returns:
The identifier of user who asked for deployment

setApplicantId

public void setApplicantId(java.lang.String applicantId)
Parameters:
applicantId - The identifier of user who asked for deployment

getApplicantComments

public java.lang.String getApplicantComments()
Returns:
The comments made by applicant on deployment demand

setApplicantComments

public void setApplicantComments(java.lang.String comments)
Parameters:
comments - The comments made by applicant on deployment demand

getAssigneeId

public java.lang.String getAssigneeId()
Returns:
The identifier of user assigned to deployment realization

setAssigneeId

public void setAssigneeId(java.lang.String assigneeId)
Parameters:
assigneeId - The identifier of user assigned to deployment realization

getAssigneeComments

public java.lang.String getAssigneeComments()
Returns:
The comments on deployment from assignee

setAssigneeComments

public void setAssigneeComments(java.lang.String comments)
Parameters:
comments - The comments on deployment from assignee

getCreationDate

public java.util.Date getCreationDate()
Returns:
The creation date of the deployment demand

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Parameters:
creationDate - The creation date of the deployment demand

getAssignationDate

public java.util.Date getAssignationDate()
Returns:
The deployment demand assignation date

setAssignationDate

public void setAssignationDate(java.util.Date assignationDate)
Parameters:
assignationDate - The date deployment realization is assigned to an integrator

getRealizationDate

public java.util.Date getRealizationDate()
Returns:
The deployment realization date

setRealizationDate

public void setRealizationDate(java.util.Date realizationDate)
Parameters:
realizationDate - The deployment realization timestamp

getWishedDate

public java.util.Date getWishedDate()
Returns:
The date applicant wished the deployment's done

setWishedDate

public void setWishedDate(java.util.Date wishedDate)
Parameters:
wishedDate - The date application wished the deployment's done

getAssemblyKey

public java.lang.String getAssemblyKey()
Returns:
The key of assembly to deploy

setAssemblyKey

public void setAssemblyKey(java.lang.String assemblyKey)
Parameters:
assemblyKey - The key of assembly to deploy

getLogicalEnvKey

public java.lang.String getLogicalEnvKey()
Returns:
The key of logical environment to deploy on

setLogicalEnvKey

public void setLogicalEnvKey(java.lang.String logicalEnvKey)
Parameters:
logicalEnvKey - The key of logical environment to deploy on

getTargetName

public java.lang.String getTargetName()
Returns:
The identifier of deployment target

setTargetName

public void setTargetName(java.lang.String targetName)
Parameters:
targetName - The identifier of deployment target

getStatusKey

public java.lang.String getStatusKey()
Returns:
The key of deployment status

setStatusKey

public void setStatusKey(java.lang.String statusKey)
Parameters:
statusKey - The key of deployment status

getCreationDateStr

public java.lang.String getCreationDateStr()
Returns:
Date of creation (must be a date)

setCreationDateStr

public void setCreationDateStr(java.lang.String creationDateStr)
Parameters:
creationDateStr - Date of creation (must be a date)

getAssignationDateStr

public java.lang.String getAssignationDateStr()
Returns:
Date of assignation (must be a date)

setAssignationDateStr

public void setAssignationDateStr(java.lang.String assignationDateStr)
Parameters:
assignationDateStr - Date of assignation (must be a date)

getRealizationDateStr

public java.lang.String getRealizationDateStr()
Returns:
realizationDateStr Date of realisation (must be a date)

setRealizationDateStr

public void setRealizationDateStr(java.lang.String realizationDateStr)
Parameters:
realizationDateStr - Date of realisation (must be a date)

getWishedDateStr

public java.lang.String getWishedDateStr()
Returns:
Date of wished deployment (must be a date)

setWishedDateStr

public void setWishedDateStr(java.lang.String wishedDateStr)
Parameters:
wishedDateStr - Date of wished deployment (must be a date)

getWishedHourStr

public java.lang.String getWishedHourStr()
Returns:
String representation of wished hour

setWishedHourStr

public void setWishedHourStr(java.lang.String wishedHourStr)
Parameters:
wishedHourStr - String representation of wished hour

getWishedMinStr

public java.lang.String getWishedMinStr()
Returns:
String representation of wished minutes

setWishedMinStr

public void setWishedMinStr(java.lang.String wishedMinStr)
Parameters:
wishedMinStr - String representation of wished minutes

doValidate

public void doValidate(java.lang.String operation,
                       org.apache.struts.action.ActionMapping mapping,
                       javax.servlet.http.HttpServletRequest request)
Validate form attributes.

Specified by:
doValidate in class JoinForm
Parameters:
operation - String representing the operation to invoke on Action
mapping - Mapping between forwards name and path for this action
request - 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 action
request - The servlet container request wrapper


Copyright © 2005-2008 Join. All Rights Reserved.