public class SysServiceApi extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>, Serializable
| 构造器和说明 |
|---|
SysServiceApi() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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 |
getServiceApiId()
This method was generated by MyBatis Generator.
|
String |
getServiceApiName()
This method was generated by MyBatis Generator.
|
String |
getServiceApiPath()
This method was generated by MyBatis Generator.
|
String |
getServiceApiUrl()
This method was generated by MyBatis Generator.
|
Integer |
getStatus()
This method was generated by MyBatis Generator.
|
Date |
getStatusTime()
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<SysServiceApi> |
select()
This method was generated by MyBatis Generator.
|
SysServiceApi |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
SysServiceApi |
selectOne()
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 |
setServiceApiId(Long serviceApiId)
This method was generated by MyBatis Generator.
|
void |
setServiceApiName(String serviceApiName)
This method was generated by MyBatis Generator.
|
void |
setServiceApiPath(String serviceApiPath)
This method was generated by MyBatis Generator.
|
void |
setServiceApiUrl(String serviceApiUrl)
This method was generated by MyBatis Generator.
|
void |
setStatus(Integer status)
This method was generated by MyBatis Generator.
|
void |
setStatusTime(Date statusTime)
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.
|
SysServiceApi |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withServiceApiId(Long serviceApiId)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withServiceApiName(String serviceApiName)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withServiceApiPath(String serviceApiPath)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withServiceApiUrl(String serviceApiUrl)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withStatus(Integer status)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withStatusTime(Date statusTime)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withUpdateUserId(String updateUserId)
This method was generated by MyBatis Generator.
|
SysServiceApi |
withUpdateUserName(String updateUserName)
This method was generated by MyBatis Generator.
|
public Long getServiceApiId()
public SysServiceApi withServiceApiId(Long serviceApiId)
public void setServiceApiId(Long serviceApiId)
serviceApiId - the value for sys_service_api.service_api_idpublic String getServiceApiPath()
public SysServiceApi withServiceApiPath(String serviceApiPath)
public void setServiceApiPath(String serviceApiPath)
serviceApiPath - the value for sys_service_api.service_api_pathpublic String getServiceApiUrl()
public SysServiceApi withServiceApiUrl(String serviceApiUrl)
public void setServiceApiUrl(String serviceApiUrl)
serviceApiUrl - the value for sys_service_api.service_api_urlpublic String getServiceApiName()
public SysServiceApi withServiceApiName(String serviceApiName)
public void setServiceApiName(String serviceApiName)
serviceApiName - the value for sys_service_api.service_api_namepublic Integer getStatus()
public SysServiceApi withStatus(Integer status)
public void setStatus(Integer status)
status - the value for sys_service_api.statuspublic Date getStatusTime()
public SysServiceApi withStatusTime(Date statusTime)
public void setStatusTime(Date statusTime)
statusTime - the value for sys_service_api.status_timepublic String getCreateUserId()
public SysServiceApi withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for sys_service_api.create_user_idpublic String getCreateUserName()
public SysServiceApi withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for sys_service_api.create_user_namepublic Date getCreateTime()
public SysServiceApi withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for sys_service_api.create_timepublic String getUpdateUserId()
public SysServiceApi withUpdateUserId(String updateUserId)
public void setUpdateUserId(String updateUserId)
updateUserId - the value for sys_service_api.update_user_idpublic String getUpdateUserName()
public SysServiceApi withUpdateUserName(String updateUserName)
public void setUpdateUserName(String updateUserName)
updateUserName - the value for sys_service_api.update_user_namepublic Date getUpdateTime()
public SysServiceApi withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for sys_service_api.update_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public SysServiceApi selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public SysServiceApi selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public List<SysServiceApi> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysServiceApi>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.