org.figure8.join.control.form
Class ScriptLogForm

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

public class ScriptLogForm
extends JoinForm

Form object used for managing and manipulating script log info wrappers.

Version:
$Revision: 1.1 $
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
ScriptLogForm()
          Creates a new instance of JoinForm
 
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 getEntityClass()
           
 long getEntityId()
           
 java.lang.String getScriptCategory()
           
 java.lang.String getScriptName()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset form attributes.
 void setEntityClass(java.lang.String entityClass)
           
 void setEntityId(long entityId)
           
 void setEntityIdStr(java.lang.String entityIdStr)
           
 void setScriptCategory(java.lang.String scriptCategory)
           
 void setScriptName(java.lang.String scriptName)
           
 
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

ScriptLogForm

public ScriptLogForm()
Creates a new instance of JoinForm

Method Detail

getEntityId

public long getEntityId()
Returns:
The referenced entity unique identifier

setEntityId

public void setEntityId(long entityId)
Parameters:
entityId - The referenced entity unique identifier

getEntityClass

public java.lang.String getEntityClass()
Returns:
The referenced entity class

setEntityClass

public void setEntityClass(java.lang.String entityClass)
Parameters:
entityClass - The referenced entity class

getScriptName

public java.lang.String getScriptName()
Returns:
The name of executed script

setScriptName

public void setScriptName(java.lang.String scriptName)
Parameters:
scriptName - The name of executed script

getScriptCategory

public java.lang.String getScriptCategory()
Returns:
The category of executed script

setScriptCategory

public void setScriptCategory(java.lang.String scriptCategory)
Parameters:
scriptCategory - The category of executed script

setEntityIdStr

public void setEntityIdStr(java.lang.String entityIdStr)
Parameters:
entityIdStr - String representation of entity identifier (must be a long)

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.