public class FileRecord extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>, Serializable
| Constructor and Description |
|---|
FileRecord() |
| 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.
|
Date |
getCreateTime()
This method was generated by MyBatis Generator.
|
Long |
getCreateUser()
This method was generated by MyBatis Generator.
|
Date |
getExpires()
This method was generated by MyBatis Generator.
|
Long |
getFileId()
This method was generated by MyBatis Generator.
|
String |
getFileOriginName()
This method was generated by MyBatis Generator.
|
String |
getFileSize()
This method was generated by MyBatis Generator.
|
String |
getFileType()
This method was generated by MyBatis Generator.
|
String |
getStorageOrig()
This method was generated by MyBatis Generator.
|
Byte |
getStorageType()
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.
|
String |
getUrl()
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<FileRecord> |
select()
This method was generated by MyBatis Generator.
|
FileRecord |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
FileRecord |
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 |
setCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
void |
setCreateUser(Long createUser)
This method was generated by MyBatis Generator.
|
void |
setExpires(Date expires)
This method was generated by MyBatis Generator.
|
void |
setFileId(Long fileId)
This method was generated by MyBatis Generator.
|
void |
setFileOriginName(String fileOriginName)
This method was generated by MyBatis Generator.
|
void |
setFileSize(String fileSize)
This method was generated by MyBatis Generator.
|
void |
setFileType(String fileType)
This method was generated by MyBatis Generator.
|
void |
setStorageOrig(String storageOrig)
This method was generated by MyBatis Generator.
|
void |
setStorageType(Byte storageType)
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.
|
void |
setUrl(String url)
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.
|
FileRecord |
withAppId(String appId)
This method was generated by MyBatis Generator.
|
FileRecord |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
FileRecord |
withCreateUser(Long createUser)
This method was generated by MyBatis Generator.
|
FileRecord |
withExpires(Date expires)
This method was generated by MyBatis Generator.
|
FileRecord |
withFileId(Long fileId)
This method was generated by MyBatis Generator.
|
FileRecord |
withFileOriginName(String fileOriginName)
This method was generated by MyBatis Generator.
|
FileRecord |
withFileSize(String fileSize)
This method was generated by MyBatis Generator.
|
FileRecord |
withFileType(String fileType)
This method was generated by MyBatis Generator.
|
FileRecord |
withStorageOrig(String storageOrig)
This method was generated by MyBatis Generator.
|
FileRecord |
withStorageType(Byte storageType)
This method was generated by MyBatis Generator.
|
FileRecord |
withTenantId(Long tenantId)
This method was generated by MyBatis Generator.
|
FileRecord |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
FileRecord |
withUpdateUser(Long updateUser)
This method was generated by MyBatis Generator.
|
FileRecord |
withUrl(String url)
This method was generated by MyBatis Generator.
|
public Long getFileId()
public FileRecord withFileId(Long fileId)
public void setFileId(Long fileId)
fileId - the value for file_record.file_idpublic Long getTenantId()
public FileRecord withTenantId(Long tenantId)
public void setTenantId(Long tenantId)
tenantId - the value for file_record.tenant_idpublic String getUrl()
public FileRecord withUrl(String url)
public void setUrl(String url)
url - the value for file_record.urlpublic String getFileType()
public FileRecord withFileType(String fileType)
public void setFileType(String fileType)
fileType - the value for file_record.file_typepublic String getFileSize()
public FileRecord withFileSize(String fileSize)
public void setFileSize(String fileSize)
fileSize - the value for file_record.file_sizepublic String getFileOriginName()
public FileRecord withFileOriginName(String fileOriginName)
public void setFileOriginName(String fileOriginName)
fileOriginName - the value for file_record.file_origin_namepublic Byte getStorageType()
public FileRecord withStorageType(Byte storageType)
public void setStorageType(Byte storageType)
storageType - the value for file_record.storage_typepublic String getStorageOrig()
public FileRecord withStorageOrig(String storageOrig)
public void setStorageOrig(String storageOrig)
storageOrig - the value for file_record.storage_origpublic Date getExpires()
public FileRecord withExpires(Date expires)
public void setExpires(Date expires)
expires - the value for file_record.expirespublic String getAppId()
public FileRecord withAppId(String appId)
public void setAppId(String appId)
appId - the value for file_record.app_idpublic Date getCreateTime()
public FileRecord withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for file_record.create_timepublic Long getCreateUser()
public FileRecord withCreateUser(Long createUser)
public void setCreateUser(Long createUser)
createUser - the value for file_record.create_userpublic Date getUpdateTime()
public FileRecord withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for file_record.update_timepublic Long getUpdateUser()
public FileRecord withUpdateUser(Long updateUser)
public void setUpdateUser(Long updateUser)
updateUser - the value for file_record.update_userpublic int deleteByPrimaryKey()
deleteByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public int insert()
insert in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public int insertSelective()
insertSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public FileRecord selectByPrimaryKey()
selectByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public int updateByPrimaryKey()
updateByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public Integer delete()
delete in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public int count()
count in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public FileRecord selectOne()
selectOne in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public List<FileRecord> select()
select in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public int replace()
replace in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public int replaceSelective()
replaceSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public List<Object> selectPkVals()
selectPkVals in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public Object pkVal()
pkVal in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<FileRecord>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.