public class BssInUser extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>, Serializable
| 构造器和说明 |
|---|
BssInUser() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
count()
This method was generated by MyBatis Generator.
|
int |
delete()
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey()
This method was generated by MyBatis Generator.
|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
String |
getAccount()
This method was generated by MyBatis Generator.
|
Date |
getCreateTime()
This method was generated by MyBatis Generator.
|
String |
getCreateUserId()
This method was generated by MyBatis Generator.
|
String |
getCreateUserName()
This method was generated by MyBatis Generator.
|
String |
getDepartment()
This method was generated by MyBatis Generator.
|
Long |
getInUserId()
This method was generated by MyBatis Generator.
|
Date |
getLastLoginTime()
This method was generated by MyBatis Generator.
|
String |
getName()
This method was generated by MyBatis Generator.
|
Integer |
getStatus()
This method was generated by MyBatis Generator.
|
Date |
getUpdateTime()
This method was generated by MyBatis Generator.
|
String |
getUpdateUserId()
This method was generated by MyBatis Generator.
|
String |
getUpdateUserName()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
int |
insert()
This method was generated by MyBatis Generator.
|
int |
insertSelective()
This method was generated by MyBatis Generator.
|
Object |
pkVal()
This method was generated by MyBatis Generator.
|
int |
replace()
This method was generated by MyBatis Generator.
|
int |
replaceSelective()
This method was generated by MyBatis Generator.
|
List<BssInUser> |
select()
This method was generated by MyBatis Generator.
|
BssInUser |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
BssInUser |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setAccount(String account)
This method was generated by MyBatis Generator.
|
void |
setCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
void |
setCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
void |
setCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
void |
setDepartment(String department)
This method was generated by MyBatis Generator.
|
void |
setInUserId(Long inUserId)
This method was generated by MyBatis Generator.
|
void |
setLastLoginTime(Date lastLoginTime)
This method was generated by MyBatis Generator.
|
void |
setName(String name)
This method was generated by MyBatis Generator.
|
void |
setStatus(Integer status)
This method was generated by MyBatis Generator.
|
void |
setUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
void |
setUpdateUserId(String updateUserId)
This method was generated by MyBatis Generator.
|
void |
setUpdateUserName(String updateUserName)
This method was generated by MyBatis Generator.
|
String |
toString()
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey()
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective()
This method was generated by MyBatis Generator.
|
BssInUser |
withAccount(String account)
This method was generated by MyBatis Generator.
|
BssInUser |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
BssInUser |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
BssInUser |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
BssInUser |
withDepartment(String department)
This method was generated by MyBatis Generator.
|
BssInUser |
withInUserId(Long inUserId)
This method was generated by MyBatis Generator.
|
BssInUser |
withLastLoginTime(Date lastLoginTime)
This method was generated by MyBatis Generator.
|
BssInUser |
withName(String name)
This method was generated by MyBatis Generator.
|
BssInUser |
withStatus(Integer status)
This method was generated by MyBatis Generator.
|
BssInUser |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
BssInUser |
withUpdateUserId(String updateUserId)
This method was generated by MyBatis Generator.
|
BssInUser |
withUpdateUserName(String updateUserName)
This method was generated by MyBatis Generator.
|
public Long getInUserId()
public BssInUser withInUserId(Long inUserId)
public void setInUserId(Long inUserId)
inUserId - the value for bss_in_user.in_user_idpublic String getName()
public BssInUser withName(String name)
public void setName(String name)
name - the value for bss_in_user.namepublic String getAccount()
public BssInUser withAccount(String account)
public void setAccount(String account)
account - the value for bss_in_user.accountpublic Integer getStatus()
public BssInUser withStatus(Integer status)
public void setStatus(Integer status)
status - the value for bss_in_user.statuspublic String getDepartment()
public BssInUser withDepartment(String department)
public void setDepartment(String department)
department - the value for bss_in_user.departmentpublic String getCreateUserId()
public BssInUser withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for bss_in_user.create_user_idpublic String getCreateUserName()
public BssInUser withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for bss_in_user.create_user_namepublic Date getCreateTime()
public BssInUser withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for bss_in_user.create_timepublic String getUpdateUserId()
public BssInUser withUpdateUserId(String updateUserId)
public void setUpdateUserId(String updateUserId)
updateUserId - the value for bss_in_user.update_user_idpublic String getUpdateUserName()
public BssInUser withUpdateUserName(String updateUserName)
public void setUpdateUserName(String updateUserName)
updateUserName - the value for bss_in_user.update_user_namepublic Date getUpdateTime()
public BssInUser withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for bss_in_user.update_timepublic Date getLastLoginTime()
public BssInUser withLastLoginTime(Date lastLoginTime)
public void setLastLoginTime(Date lastLoginTime)
lastLoginTime - the value for bss_in_user.last_login_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public BssInUser selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public BssInUser selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public List<BssInUser> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssInUser>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.