public class UserRole extends Object implements com.centit.framework.model.basedata.IUserRole, com.centit.framework.core.po.EntityWithTimestamp, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Date |
createDate |
| 构造器和说明 |
|---|
UserRole()
default constructor
|
UserRole(UserRoleId id)
minimal constructor
|
UserRole(UserRoleId id,
Date obtainDate,
String changedesc)
full constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
copy(UserRole other) |
void |
copyNotNullProperty(UserRole other) |
String |
getChangeDesc() |
Date |
getCreateDate() |
String |
getCreator() |
UserRoleId |
getId() |
Date |
getLastModifyDate() |
String |
getLoginName() |
Date |
getObtainDate() |
String |
getRoleCode() |
String |
getRoleName() |
Date |
getUpdateDate() |
String |
getUpdator() |
String |
getUserCode() |
String |
getUserPrimaryUnit() |
void |
setChangeDesc(String changedesc) |
void |
setCreateDate(Date createDate) |
void |
setCreator(String creator) |
void |
setId(UserRoleId id) |
void |
setLastModifyDate(Date lastModifyDate) |
void |
setObtainDate(Date obtaindate) |
void |
setRoleCode(String rolecode) |
void |
setUpdateDate(Date updateDate) |
void |
setUpdator(String updator) |
void |
setUserCode(String userCode) |
protected Date createDate
public UserRole()
public UserRole(UserRoleId id)
id - UserRoleIdpublic UserRole(UserRoleId id, Date obtainDate, String changedesc)
id - UserRoleIdobtainDate - Datechangedesc - Stringpublic String getLoginName()
public String getUserPrimaryUnit()
public UserRoleId getId()
public void setId(UserRoleId id)
public String getUserCode()
getUserCode 在接口中 com.centit.framework.model.basedata.IUserRolepublic void setUserCode(String userCode)
public String getRoleCode()
getRoleCode 在接口中 com.centit.framework.model.basedata.IUserRolepublic String getRoleName()
public void setRoleCode(String rolecode)
public Date getObtainDate()
public void setObtainDate(Date obtaindate)
public String getChangeDesc()
public void setChangeDesc(String changedesc)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public void copy(UserRole other)
public void copyNotNullProperty(UserRole other)
public String getCreator()
public void setCreator(String creator)
public String getUpdator()
public void setUpdator(String updator)
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
public Date getLastModifyDate()
getLastModifyDate 在接口中 com.centit.framework.core.po.EntityWithTimestamppublic void setLastModifyDate(Date lastModifyDate)
setLastModifyDate 在接口中 com.centit.framework.core.po.EntityWithTimestampCopyright © 2017. All rights reserved.