类 EwaEvent
java.lang.Object
com.gdxsoft.easyweb.global.EwaEvent
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getName()voidsetBackDescriptions(Descriptions backDescriptions) voidsetBackValue(String backValue) voidsetFrontDescriptions(Descriptions frontDescriptions) voidsetFrontValue(String frontValue) void
-
构造器详细资料
-
EwaEvent
public EwaEvent()
-
-
方法详细资料
-
getName
- 返回:
- the _Name
-
setName
- 参数:
name- the _Name to set
-
getFrontValue
- 返回:
- the _FrontValue
-
setFrontValue
- 参数:
frontValue- the _FrontValue to set
-
getBackValue
- 返回:
- the _BackValue
-
setBackValue
- 参数:
backValue- the _BackValue to set
-
getFrontDescriptions
- 返回:
- the _FrontDescriptions
-
setFrontDescriptions
- 参数:
frontDescriptions- the _FrontDescriptions to set
-
getBackDescriptions
- 返回:
- the _BackDescriptions
-
setBackDescriptions
- 参数:
backDescriptions- the _BackDescriptions to set
-