public class BssLogCoordination extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>, Serializable
| 构造器和说明 |
|---|
BssLogCoordination() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
getActionCode()
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.
|
Long |
getGroupId()
This method was generated by MyBatis Generator.
|
Long |
getId()
This method was generated by MyBatis Generator.
|
Long |
getIdentityId()
This method was generated by MyBatis Generator.
|
String |
getResultMsg()
This method was generated by MyBatis Generator.
|
String |
getRid()
This method was generated by MyBatis Generator.
|
String |
getTableName()
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<BssLogCoordination> |
select()
This method was generated by MyBatis Generator.
|
BssLogCoordination |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
BssLogCoordination |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setActionCode(String actionCode)
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 |
setGroupId(Long groupId)
This method was generated by MyBatis Generator.
|
void |
setId(Long id)
This method was generated by MyBatis Generator.
|
void |
setIdentityId(Long identityId)
This method was generated by MyBatis Generator.
|
void |
setResultMsg(String resultMsg)
This method was generated by MyBatis Generator.
|
void |
setRid(String rid)
This method was generated by MyBatis Generator.
|
void |
setTableName(String tableName)
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.
|
BssLogCoordination |
withActionCode(String actionCode)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withGroupId(Long groupId)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withId(Long id)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withIdentityId(Long identityId)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withResultMsg(String resultMsg)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withRid(String rid)
This method was generated by MyBatis Generator.
|
BssLogCoordination |
withTableName(String tableName)
This method was generated by MyBatis Generator.
|
public Long getId()
public BssLogCoordination withId(Long id)
public void setId(Long id)
id - the value for bss_log_coordination.idpublic String getTableName()
public BssLogCoordination withTableName(String tableName)
public void setTableName(String tableName)
tableName - the value for bss_log_coordination.table_namepublic Long getGroupId()
public BssLogCoordination withGroupId(Long groupId)
public void setGroupId(Long groupId)
groupId - the value for bss_log_coordination.group_idpublic Long getIdentityId()
public BssLogCoordination withIdentityId(Long identityId)
public void setIdentityId(Long identityId)
identityId - the value for bss_log_coordination.identity_idpublic String getActionCode()
public BssLogCoordination withActionCode(String actionCode)
public void setActionCode(String actionCode)
actionCode - the value for bss_log_coordination.action_codepublic String getResultMsg()
public BssLogCoordination withResultMsg(String resultMsg)
public void setResultMsg(String resultMsg)
resultMsg - the value for bss_log_coordination.result_msgpublic String getCreateUserId()
public BssLogCoordination withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for bss_log_coordination.create_user_idpublic String getCreateUserName()
public BssLogCoordination withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for bss_log_coordination.create_user_namepublic Date getCreateTime()
public BssLogCoordination withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for bss_log_coordination.create_timepublic String getRid()
public BssLogCoordination withRid(String rid)
public void setRid(String rid)
rid - the value for bss_log_coordination.ridpublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public BssLogCoordination selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public BssLogCoordination selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public List<BssLogCoordination> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCoordination>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.