com.trackstudio.form
Class CSVImportForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.trackstudio.form.BaseForm
          extended bycom.trackstudio.form.CSVImportForm
All Implemented Interfaces:
java.io.Serializable

public class CSVImportForm
extends BaseForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.trackstudio.form.BaseForm
id, method, session
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CSVImportForm()
           
 
Method Summary
 java.lang.String getCharset()
           
 java.lang.String getErrorId()
           
 org.apache.struts.upload.FormFile getFile()
           
 java.lang.String getScript()
           
 void setCharset(java.lang.String charset)
           
 void setErrorId(java.lang.String errorId)
           
 void setFile(org.apache.struts.upload.FormFile file)
           
 void setScript(java.lang.String script)
           
 
Methods inherited from class com.trackstudio.form.BaseForm
cancelPressed, createPressed, deletePressed, getCancelButton, getCreateButton, getDelete, getDelete2, getDeleteButton, getGoButton, getId, getMethod, getName, getParentButton, getSaveButton, getSession, getSliderOrder, getSliderPage, getValue, goPressed, isMutable, parentPressed, savePressed, setCancelButton, setCreateButton, setDelete, setDelete2, setDeleteButton, setGoButton, setId, setMethod, setMutable, setName, setParentButton, setSaveButton, setSession, setSliderOrder, setSliderPage, setValue
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVImportForm

public CSVImportForm()
Method Detail

getErrorId

public java.lang.String getErrorId()

setErrorId

public void setErrorId(java.lang.String errorId)

getCharset

public java.lang.String getCharset()

setCharset

public void setCharset(java.lang.String charset)

getFile

public org.apache.struts.upload.FormFile getFile()

setFile

public void setFile(org.apache.struts.upload.FormFile file)

getScript

public java.lang.String getScript()

setScript

public void setScript(java.lang.String script)


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.