Package net.mingsoft.basic.entity
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
FieldsModifier and TypeFieldDescriptionprotected intprotected Dateprotected intprotected Stringprotected intprotected DateFields inherited from class net.mingsoft.base.entity.BaseEntity
order, orderBy, remarks, sqlDataScope, sqlWhere -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint获取 modelIdint获取 roleIdvoidsetModelId(int modelId) 设置modelIdvoidsetRoleId(int roleId) 设置roleIdMethods 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
-
Field Details
-
id
-
del
@TableField(exist=false) protected int del -
createBy
@TableField(exist=false) protected int createBy -
createDate
-
updateBy
@TableField(exist=false) protected int updateBy -
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-
-