|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwebwork.action.ActionSupport
net.killingar.actions.ActionSupport
net.killingar.forum.actions.ActionForumSupport
net.killingar.forum.actions.planning.ActionPlanningSupport
net.killingar.forum.actions.planning.Add
public class Add
| 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 | |
|---|---|
Add()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
doExecute()
|
int |
getDate()
|
java.lang.String |
getDescription()
|
long |
getGroup()
|
int |
getMonth()
|
java.lang.String |
getName()
|
int |
getYear()
|
void |
setDate(int inDate)
|
void |
setDescription(java.lang.String in)
|
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 |
|---|
public Add()
| Method Detail |
|---|
public void setName(java.lang.String inName)
public void setDescription(java.lang.String in)
public void setYear(int inYear)
public void setMonth(int inMonth)
public void setDate(int inDate)
public void setGroup(long inGroup)
public java.lang.String getName()
public java.lang.String getDescription()
public int getYear()
public int getMonth()
public int getDate()
public long getGroup()
protected java.lang.String doExecute()
doExecute in class webwork.action.ActionSupport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||