类 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
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    获取:模块编号
    获取:模块名称
    void
    setModuleCode(String i_ModuleCode)
    设置:模块编号
    void
    setModuleName(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

      public String getModuleCode()
      获取:模块编号
    • setModuleCode

      public void setModuleCode(String i_ModuleCode)
      设置:模块编号
      参数:
      i_ModuleCode - 模块编号
    • getModuleName

      public String getModuleName()
      获取:模块名称
    • setModuleName

      public void setModuleName(String i_ModuleName)
      设置:模块名称
      参数:
      i_ModuleName - 模块名称