com.mlw.fps.view.form
Class AdvancedSortInfoForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--com.mlw.fps.view.form.SortInfoForm
              |
              +--com.mlw.fps.view.form.AdvancedSortInfoForm
All Implemented Interfaces:
java.io.Serializable, SortInfo

public class AdvancedSortInfoForm
extends SortInfoForm

Author:
Matthew Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mlw.fps.view.form.SortInfoForm
ASCENDING, DESCENDING
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
AdvancedSortInfoForm()
          Creates a new instance of SortInfoForm
 
Method Summary
 java.lang.String getAction()
          Getter for property action.
 java.lang.String getGamePk()
           
 java.lang.String getKillerPk()
          Getter for property killerPk.
 java.lang.String getMapPk()
          Getter for property mapPk.
 java.lang.String getWeaponPk()
          Getter for property weapon.
 boolean isPreview()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setAction(java.lang.String action)
          Setter for property action.
 void setGamePk(java.lang.String string)
           
 void setKillerPk(java.lang.String killerPk)
          Setter for property killerPk.
 void setMapPk(java.lang.String mapPk)
          Setter for property mapPk.
 void setPreview(boolean preview)
          Sets the preview.
 void setWeaponPk(java.lang.String weaponPk)
          Setter for property weapon.
 
Methods inherited from class com.mlw.fps.view.form.SortInfoForm
getColumn, getDirection, setColumn, setDirection, toString
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdvancedSortInfoForm

public AdvancedSortInfoForm()
Creates a new instance of SortInfoForm

Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class SortInfoForm

getWeaponPk

public java.lang.String getWeaponPk()
Getter for property weapon.

Returns:
Value of property weapon.

setWeaponPk

public void setWeaponPk(java.lang.String weaponPk)
Setter for property weapon.


getKillerPk

public java.lang.String getKillerPk()
Getter for property killerPk.

Returns:
Value of property killerPk.

setKillerPk

public void setKillerPk(java.lang.String killerPk)
Setter for property killerPk.

Parameters:
killerPk - New value of property killerPk.

getAction

public java.lang.String getAction()
Getter for property action.

Returns:
Value of property action.

setAction

public void setAction(java.lang.String action)
Setter for property action.

Parameters:
action - New value of property action.

getMapPk

public java.lang.String getMapPk()
Getter for property mapPk.

Returns:
Value of property mapPk.

setMapPk

public void setMapPk(java.lang.String mapPk)
Setter for property mapPk.

Parameters:
mapPk - New value of property mapPk.

isPreview

public boolean isPreview()
Returns:
boolean

setPreview

public void setPreview(boolean preview)
Sets the preview.

Parameters:
preview - The preview to set

getGamePk

public java.lang.String getGamePk()
Returns:

setGamePk

public void setGamePk(java.lang.String string)
Parameters:
string -


Copyright © 2003 mlavilson. All Rights Reserved.