public class HfsecRole extends Object
| Constructor and Description |
|---|
HfsecRole() |
HfsecRole(Long hfsecRoleId,
String hfsecRoleCode,
String hfsecRoleName,
Byte hfsecRoleType,
Byte status,
Long creatorId,
Date createTime,
Long modifierId,
Date modifyTime) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime() |
Long |
getCreatorId() |
String |
getHfsecRoleCode() |
Long |
getHfsecRoleId() |
String |
getHfsecRoleName() |
Byte |
getHfsecRoleType() |
Long |
getModifierId() |
Date |
getModifyTime() |
Byte |
getStatus() |
void |
setCreateTime(Date createTime) |
void |
setCreatorId(Long creatorId) |
void |
setHfsecRoleCode(String hfsecRoleCode) |
void |
setHfsecRoleId(Long hfsecRoleId) |
void |
setHfsecRoleName(String hfsecRoleName) |
void |
setHfsecRoleType(Byte hfsecRoleType) |
void |
setModifierId(Long modifierId) |
void |
setModifyTime(Date modifyTime) |
void |
setStatus(Byte status) |
public HfsecRole(Long hfsecRoleId, String hfsecRoleCode, String hfsecRoleName, Byte hfsecRoleType, Byte status, Long creatorId, Date createTime, Long modifierId, Date modifyTime)
public HfsecRole()
public Long getHfsecRoleId()
public String getHfsecRoleCode()
public String getHfsecRoleName()
public Byte getHfsecRoleType()
public Byte getStatus()
public Long getCreatorId()
public Date getCreateTime()
public Long getModifierId()
public Date getModifyTime()
public void setHfsecRoleId(Long hfsecRoleId)
public void setHfsecRoleCode(String hfsecRoleCode)
public void setHfsecRoleName(String hfsecRoleName)
public void setHfsecRoleType(Byte hfsecRoleType)
public void setStatus(Byte status)
public void setCreatorId(Long creatorId)
public void setCreateTime(Date createTime)
public void setModifierId(Long modifierId)
public void setModifyTime(Date modifyTime)
Copyright © 2018. All rights reserved.