类 OperationLogModule
java.lang.Object
org.hy.common.xml.SerializableClass
org.hy.common.xml.SerializableDef
org.hy.microservice.common.operationLog.OperationLogModule
- 所有已实现的接口:
Serializable,org.hy.common.Serializable
- 直接已知子类:
OperationLogApi
public class OperationLogModule
extends org.hy.common.xml.SerializableDef
操作日志中的系统模块
- 版本:
- v1.0
- 作者:
- ZhengWei(HY)
- 另请参阅:
-
字段概要
从类继承的字段 org.hy.common.xml.SerializableClass
myClass, propertyMethods -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取:模块编号获取:模块名称voidsetModuleCode(String i_ModuleCode) 设置:模块编号voidsetModuleName(String i_ModuleName) 设置:模块名称从类继承的方法 org.hy.common.xml.SerializableDef
clone, cloneSerializable, gatPropertyValue, getSetterMethod, init, initNotNull, setPropertyValue, setPropertyValue, toString从类继承的方法 org.hy.common.xml.SerializableClass
changeValues, changeValues, freeResource, gatDoc, gatDocs, gatDocs, gatDocsForever, gatDocsForever, gatDocsInfo, gatDocsInfo, gatDocsInfoForever, gatDocsInfoForever, gatPropertyName, gatPropertyShortName, gatPropertySize, gatPropertyValue, newObject, toMap, toMap, toMap, toMap从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.hy.common.Serializable
freeResource, gatPropertyName, gatPropertySize
-
构造器详细资料
-
OperationLogModule
public OperationLogModule()
-
-
方法详细资料
-
getModuleCode
获取:模块编号 -
setModuleCode
设置:模块编号- 参数:
i_ModuleCode- 模块编号
-
getModuleName
获取:模块名称 -
setModuleName
设置:模块名称- 参数:
i_ModuleName- 模块名称
-