com.trackstudio.form
Class SCMForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.trackstudio.form.BaseForm
          extended by com.trackstudio.form.SCMForm
All Implemented Interfaces:
java.io.Serializable

public class SCMForm
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
SCMForm()
           
 
Method Summary
 java.lang.String getConnectionName()
           
 java.lang.String getDiffURI()
           
 java.lang.String getRevision()
           
 void setConnectionName(java.lang.String connectionName)
           
 void setDiffURI(java.lang.String diffURI)
           
 void setRevision(java.lang.String revision)
           
 
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

SCMForm

public SCMForm()
Method Detail

getRevision

public java.lang.String getRevision()

setRevision

public void setRevision(java.lang.String revision)

getDiffURI

public java.lang.String getDiffURI()

setDiffURI

public void setDiffURI(java.lang.String diffURI)

getConnectionName

public java.lang.String getConnectionName()

setConnectionName

public void setConnectionName(java.lang.String connectionName)


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