Package cn.mapway.ui.client.mvc
Class SwitchModuleData
java.lang.Object
cn.mapway.ui.client.mvc.SwitchModuleData
模块间切换需要的参数
- Author:
- admin
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSwitchModuleData(String code, String hash) Instantiates a new Switch module data. -
Method Summary
Modifier and TypeMethodDescriptiongetHash()Gets hash.Gets module code.Gets parameters.merge(ModuleParameter moduleParameter) Put switch module data.void设置模块参数.voidsetSaveToHistory(Boolean saveToHistory) toString()
-
Field Details
-
oldCode
-
-
Constructor Details
-
SwitchModuleData
Instantiates a new Switch module data.- Parameters:
code- the codehash- the hash
-
-
Method Details
-
getModuleCode
Gets module code.- Returns:
- the module code
-
getHash
Gets hash.- Returns:
- the hash
-
getParameters
Gets parameters.- Returns:
- the parameters
-
setParameters
设置模块参数.- Parameters:
ps- the ps
-
put
Put switch module data.- Parameters:
key- the keyvalue- the value- Returns:
- the switch module data
-
toString
-
merge
-
getSaveToHistory
-
setSaveToHistory
-