public class FileChannel extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>, Serializable
| Constructor and Description |
|---|
FileChannel() |
| Modifier and Type | Method and Description |
|---|---|
int |
count()
This method was generated by MyBatis Generator.
|
Integer |
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 |
getAppId()
This method was generated by MyBatis Generator.
|
String |
getChannel()
This method was generated by MyBatis Generator.
|
Date |
getCreateTime()
This method was generated by MyBatis Generator.
|
Long |
getCreateUser()
This method was generated by MyBatis Generator.
|
Long |
getId()
This method was generated by MyBatis Generator.
|
Long |
getTenantId()
This method was generated by MyBatis Generator.
|
Date |
getUpdateTime()
This method was generated by MyBatis Generator.
|
Long |
getUpdateUser()
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<FileChannel> |
select()
This method was generated by MyBatis Generator.
|
FileChannel |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
FileChannel |
selectOne()
This method was generated by MyBatis Generator.
|
List<Object> |
selectPkVals()
This method was generated by MyBatis Generator.
|
void |
setAppId(String appId)
This method was generated by MyBatis Generator.
|
void |
setChannel(String channel)
This method was generated by MyBatis Generator.
|
void |
setCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
void |
setCreateUser(Long createUser)
This method was generated by MyBatis Generator.
|
void |
setId(Long id)
This method was generated by MyBatis Generator.
|
void |
setTenantId(Long tenantId)
This method was generated by MyBatis Generator.
|
void |
setUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
void |
setUpdateUser(Long updateUser)
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.
|
FileChannel |
withAppId(String appId)
This method was generated by MyBatis Generator.
|
FileChannel |
withChannel(String channel)
This method was generated by MyBatis Generator.
|
FileChannel |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
FileChannel |
withCreateUser(Long createUser)
This method was generated by MyBatis Generator.
|
FileChannel |
withId(Long id)
This method was generated by MyBatis Generator.
|
FileChannel |
withTenantId(Long tenantId)
This method was generated by MyBatis Generator.
|
FileChannel |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
FileChannel |
withUpdateUser(Long updateUser)
This method was generated by MyBatis Generator.
|
public Long getId()
public FileChannel withId(Long id)
public void setId(Long id)
id - the value for file_channel.idpublic Long getTenantId()
public FileChannel withTenantId(Long tenantId)
public void setTenantId(Long tenantId)
tenantId - the value for file_channel.tenant_idpublic String getChannel()
public FileChannel withChannel(String channel)
public void setChannel(String channel)
channel - the value for file_channel.channelpublic String getAppId()
public FileChannel withAppId(String appId)
public void setAppId(String appId)
appId - the value for file_channel.app_idpublic Date getCreateTime()
public FileChannel withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for file_channel.create_timepublic Long getCreateUser()
public FileChannel withCreateUser(Long createUser)
public void setCreateUser(Long createUser)
createUser - the value for file_channel.create_userpublic Date getUpdateTime()
public FileChannel withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for file_channel.update_timepublic Long getUpdateUser()
public FileChannel withUpdateUser(Long updateUser)
public void setUpdateUser(Long updateUser)
updateUser - the value for file_channel.update_userpublic int deleteByPrimaryKey()
deleteByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public int insert()
insert in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public int insertSelective()
insertSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public FileChannel selectByPrimaryKey()
selectByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public int updateByPrimaryKey()
updateByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public Integer delete()
delete in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public int count()
count in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public FileChannel selectOne()
selectOne in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public List<FileChannel> select()
select in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public int replace()
replace in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public int replaceSelective()
replaceSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public List<Object> selectPkVals()
selectPkVals in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public Object pkVal()
pkVal in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileChannel>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.