net.killingar.forum.actions.planning
Class Edit

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by net.killingar.actions.ActionSupport
          extended by net.killingar.forum.actions.ActionForumSupport
              extended by net.killingar.forum.actions.planning.ActionPlanningSupport
                  extended by net.killingar.forum.actions.planning.Edit
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.IllegalArgumentAware, webwork.action.SessionAware

public class Edit
extends ActionPlanningSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.killingar.forum.actions.ActionForumSupport
CHAIN, itemlistmgr, manager, optionmgr, session, start, timemgr
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
Edit()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 boolean getClear()
           
 int getDate()
           
 java.lang.String getDescription()
           
 long getEvent()
           
 boolean getFrozen()
           
 long getGroup()
           
 int getMonth()
           
 java.lang.String getName()
           
 int getYear()
           
 void setClear(boolean inClear)
           
 void setDate(int inDate)
           
 void setDescription(java.lang.String in)
           
 void setEvent(long inEvent)
           
 void setFrozen(boolean inFrozen)
           
 void setGroup(long inGroup)
           
 void setMonth(int inMonth)
           
 void setName(java.lang.String inName)
           
 void setYear(int inYear)
           
 
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
 

Constructor Detail

Edit

public Edit()
Method Detail

setEvent

public void setEvent(long inEvent)

setName

public void setName(java.lang.String inName)

setDescription

public void setDescription(java.lang.String in)

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()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

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.