public class SystemConfig extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>, Serializable
| Constructor and Description |
|---|
SystemConfig() |
| 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 |
getAppIds()
This method was generated by MyBatis Generator.
|
Date |
getCreateTime()
This method was generated by MyBatis Generator.
|
String |
getCreateUser()
This method was generated by MyBatis Generator.
|
String |
getDomain()
This method was generated by MyBatis Generator.
|
String |
getFaviconUrl()
This method was generated by MyBatis Generator.
|
Long |
getId()
This method was generated by MyBatis Generator.
|
String |
getLogoUrl()
This method was generated by MyBatis Generator.
|
Integer |
getModulesMask()
This method was generated by MyBatis Generator.
|
String |
getName()
This method was generated by MyBatis Generator.
|
String |
getTheme()
This method was generated by MyBatis Generator.
|
Date |
getUpdateTime()
This method was generated by MyBatis Generator.
|
String |
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<SystemConfig> |
select()
This method was generated by MyBatis Generator.
|
SystemConfig |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
SystemConfig |
selectOne()
This method was generated by MyBatis Generator.
|
List<Object> |
selectPkVals()
This method was generated by MyBatis Generator.
|
void |
setAppIds(String appIds)
This method was generated by MyBatis Generator.
|
void |
setCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
void |
setCreateUser(String createUser)
This method was generated by MyBatis Generator.
|
void |
setDomain(String domain)
This method was generated by MyBatis Generator.
|
void |
setFaviconUrl(String faviconUrl)
This method was generated by MyBatis Generator.
|
void |
setId(Long id)
This method was generated by MyBatis Generator.
|
void |
setLogoUrl(String logoUrl)
This method was generated by MyBatis Generator.
|
void |
setModulesMask(Integer modulesMask)
This method was generated by MyBatis Generator.
|
void |
setName(String name)
This method was generated by MyBatis Generator.
|
void |
setTheme(String theme)
This method was generated by MyBatis Generator.
|
void |
setUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
void |
setUpdateUser(String 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.
|
SystemConfig |
withAppIds(String appIds)
This method was generated by MyBatis Generator.
|
SystemConfig |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
SystemConfig |
withCreateUser(String createUser)
This method was generated by MyBatis Generator.
|
SystemConfig |
withDomain(String domain)
This method was generated by MyBatis Generator.
|
SystemConfig |
withFaviconUrl(String faviconUrl)
This method was generated by MyBatis Generator.
|
SystemConfig |
withId(Long id)
This method was generated by MyBatis Generator.
|
SystemConfig |
withLogoUrl(String logoUrl)
This method was generated by MyBatis Generator.
|
SystemConfig |
withModulesMask(Integer modulesMask)
This method was generated by MyBatis Generator.
|
SystemConfig |
withName(String name)
This method was generated by MyBatis Generator.
|
SystemConfig |
withTheme(String theme)
This method was generated by MyBatis Generator.
|
SystemConfig |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
SystemConfig |
withUpdateUser(String updateUser)
This method was generated by MyBatis Generator.
|
public Long getId()
public SystemConfig withId(Long id)
public void setId(Long id)
id - the value for system_config.idpublic String getDomain()
public SystemConfig withDomain(String domain)
public void setDomain(String domain)
domain - the value for system_config.domainpublic String getTheme()
public SystemConfig withTheme(String theme)
public void setTheme(String theme)
theme - the value for system_config.themepublic String getLogoUrl()
public SystemConfig withLogoUrl(String logoUrl)
public void setLogoUrl(String logoUrl)
logoUrl - the value for system_config.logo_urlpublic String getFaviconUrl()
public SystemConfig withFaviconUrl(String faviconUrl)
public void setFaviconUrl(String faviconUrl)
faviconUrl - the value for system_config.favicon_urlpublic Integer getModulesMask()
public SystemConfig withModulesMask(Integer modulesMask)
public void setModulesMask(Integer modulesMask)
modulesMask - the value for system_config.modules_maskpublic Date getCreateTime()
public SystemConfig withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for system_config.create_timepublic String getCreateUser()
public SystemConfig withCreateUser(String createUser)
public void setCreateUser(String createUser)
createUser - the value for system_config.create_userpublic Date getUpdateTime()
public SystemConfig withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for system_config.update_timepublic String getUpdateUser()
public SystemConfig withUpdateUser(String updateUser)
public void setUpdateUser(String updateUser)
updateUser - the value for system_config.update_userpublic String getName()
public SystemConfig withName(String name)
public void setName(String name)
name - the value for system_config.namepublic String getAppIds()
public SystemConfig withAppIds(String appIds)
public void setAppIds(String appIds)
appIds - the value for system_config.app_idspublic int deleteByPrimaryKey()
deleteByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public int insert()
insert in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public int insertSelective()
insertSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public SystemConfig selectByPrimaryKey()
selectByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public int updateByPrimaryKey()
updateByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public Integer delete()
delete in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public int count()
count in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public SystemConfig selectOne()
selectOne in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public List<SystemConfig> select()
select in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public int replace()
replace in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public int replaceSelective()
replaceSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public List<Object> selectPkVals()
selectPkVals in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public Object pkVal()
pkVal in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SystemConfig>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.