com.jdon.controller.events
类 EventSupport

java.lang.Object
  继承者 com.jdon.controller.events.EventSupport
所有已实现的接口:
Event, Serializable
直接已知子类:
EventModel

public class EventSupport
extends Object
implements Event

Title:

Description: 带有web层的Action name 和action type

作者:
banq
另请参见:
序列化表格

字段摘要
protected  String actionName
           
protected  int actionType
           
protected  String errors
           
 
从接口 com.jdon.controller.events.Event 继承的字段
ADD, CREATE, DELETE, EDIT, REMOVE, UPDATE, VIEW
 
构造方法摘要
EventSupport()
           
 
方法摘要
 String getActionName()
           
 int getActionType()
           
 String getErrors()
           
 String getEventName()
           
 javax.servlet.http.HttpSession getSession()
           
 void setActionName(String actionName)
           
 void setActionType(int actionType)
           
 void setErrors(String errors)
           
 void setSession(javax.servlet.http.HttpSession session)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

actionName

protected String actionName

actionType

protected int actionType

errors

protected String errors
构造方法详细信息

EventSupport

public EventSupport()
方法详细信息

setActionName

public void setActionName(String actionName)
指定者:
接口 Event 中的 setActionName

getActionName

public String getActionName()
指定者:
接口 Event 中的 getActionName

setActionType

public void setActionType(int actionType)
指定者:
接口 Event 中的 setActionType

getActionType

public int getActionType()
指定者:
接口 Event 中的 getActionType

setErrors

public void setErrors(String errors)
指定者:
接口 Event 中的 setErrors

getErrors

public String getErrors()
指定者:
接口 Event 中的 getErrors

setSession

public void setSession(javax.servlet.http.HttpSession session)
指定者:
接口 Event 中的 setSession

getSession

public javax.servlet.http.HttpSession getSession()
指定者:
接口 Event 中的 getSession

getEventName

public String getEventName()
指定者:
接口 Event 中的 getEventName


Copyright © 2013. All Rights Reserved.