net.killingar.forum.actions.planning
Class Decide
java.lang.Object
webwork.action.ActionSupport
net.killingar.actions.ActionSupport
net.killingar.forum.actions.ActionForumSupport
net.killingar.forum.actions.planning.ActionPlanningSupport
net.killingar.forum.actions.planning.Decide
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.IllegalArgumentAware, webwork.action.SessionAware
public class Decide
- extends ActionPlanningSupport
- See Also:
- Serialized Form
| Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages, log |
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Methods inherited from class net.killingar.forum.actions.ActionForumSupport |
execute, getCurrentUser, getExecutionTime, getHasAccess, getItemlistmgr, getManager, getOption, getOptionsmgr, getUnreadFromHereTime, setManager, setSession |
| Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decide
public Decide()
setEvent
public void setEvent(long inEvent)
setAnswer
public void setAnswer(int inAnswer)
setName
public void setName(java.lang.String inName)
setYear
public void setYear(int inYear)
setMonth
public void setMonth(int inMonth)
setDate
public void setDate(int inDate)
setGroup
public void setGroup(long inGroup)
setClear
public void setClear(boolean inClear)
setFrozen
public void setFrozen(boolean inFrozen)
getEvent
public long getEvent()
getAnswer
public int getAnswer()
getName
public java.lang.String getName()
getYear
public int getYear()
getMonth
public int getMonth()
getDate
public int getDate()
getGroup
public long getGroup()
getClear
public boolean getClear()
getFrozen
public boolean getFrozen()
doExecute
protected java.lang.String doExecute()
- Overrides:
doExecute in class webwork.action.ActionSupport
Copyright © 2005 Anders Hovmoller All Rights Reserved.