Class RoleModelEntity

java.lang.Object
net.mingsoft.base.entity.BaseEntity
net.mingsoft.basic.entity.RoleModelEntity
All Implemented Interfaces:
Serializable

@TableName("role_model") public class RoleModelEntity extends net.mingsoft.base.entity.BaseEntity
角色与模块关联表
Version:
版本号:100-000-000
创建日期:2012-03-15
历史修订:
Author:
铭软团队
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected Date
     
    protected int
     
    protected String
     
    protected int
     
    protected Date
     

    Fields inherited from class net.mingsoft.base.entity.BaseEntity

    order, orderBy, remarks, sqlDataScope, sqlWhere
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    获取 modelId
    int
    获取 roleId
    void
    setModelId(int modelId)
    设置modelId
    void
    setRoleId(int roleId)
    设置roleId

    Methods inherited from class net.mingsoft.base.entity.BaseEntity

    getCreateBy, getCreateDate, getDel, getId, getIntegerId, getIntId, getOrder, getOrderBy, getRemarks, getSqlDataScope, getSqlWhere, getSqlWhereList, getSqlWhereString, getUpdateBy, getUpdateDate, setCreateBy, setCreateDate, setDel, setDel, setId, setIntegerId, setIntId, setOrder, setOrderBy, setRemarks, setSqlDataScope, setSqlWhere, setUpdateBy, setUpdateDate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      @TableField(exist=false) protected String id
    • del

      @TableField(exist=false) protected int del
    • createBy

      @TableField(exist=false) protected int createBy
    • createDate

      @TableField(exist=false) protected Date createDate
    • updateBy

      @TableField(exist=false) protected int updateBy
    • updateDate

      @TableField(exist=false) protected Date updateDate
  • Constructor Details

    • RoleModelEntity

      public RoleModelEntity()
  • Method Details

    • getModelId

      public int getModelId()
      获取 modelId
      Returns:
      modelId
    • setModelId

      public void setModelId(int modelId)
      设置modelId
      Parameters:
      modelId -
    • getRoleId

      public int getRoleId()
      获取 roleId
      Returns:
      roleId
    • setRoleId

      public void setRoleId(int roleId)
      设置roleId
      Parameters:
      roleId -