public class Menus extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>, Serializable
| Constructor and Description |
|---|
Menus() |
| 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 |
getAssets()
This method was generated by MyBatis Generator.
|
String |
getAssetsPath()
This method was generated by MyBatis Generator.
|
String |
getCode()
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 |
getExternalUrl()
This method was generated by MyBatis Generator.
|
String |
getIcon()
This method was generated by MyBatis Generator.
|
Long |
getId()
This method was generated by MyBatis Generator.
|
Byte |
getIsEnable()
This method was generated by MyBatis Generator.
|
String |
getName()
This method was generated by MyBatis Generator.
|
Long |
getParentId()
This method was generated by MyBatis Generator.
|
String |
getResourceCode()
This method was generated by MyBatis Generator.
|
Integer |
getSortNo()
This method was generated by MyBatis Generator.
|
Long |
getSystemId()
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.
|
String |
getVersion()
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<Menus> |
select()
This method was generated by MyBatis Generator.
|
Menus |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
Menus |
selectOne()
This method was generated by MyBatis Generator.
|
List<Object> |
selectPkVals()
This method was generated by MyBatis Generator.
|
void |
setAssets(String assets)
This method was generated by MyBatis Generator.
|
void |
setAssetsPath(String assetsPath)
This method was generated by MyBatis Generator.
|
void |
setCode(String code)
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 |
setExternalUrl(String externalUrl)
This method was generated by MyBatis Generator.
|
void |
setIcon(String icon)
This method was generated by MyBatis Generator.
|
void |
setId(Long id)
This method was generated by MyBatis Generator.
|
void |
setIsEnable(Byte isEnable)
This method was generated by MyBatis Generator.
|
void |
setName(String name)
This method was generated by MyBatis Generator.
|
void |
setParentId(Long parentId)
This method was generated by MyBatis Generator.
|
void |
setResourceCode(String resourceCode)
This method was generated by MyBatis Generator.
|
void |
setSortNo(Integer sortNo)
This method was generated by MyBatis Generator.
|
void |
setSystemId(Long systemId)
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.
|
void |
setVersion(String version)
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.
|
Menus |
withAssets(String assets)
This method was generated by MyBatis Generator.
|
Menus |
withAssetsPath(String assetsPath)
This method was generated by MyBatis Generator.
|
Menus |
withCode(String code)
This method was generated by MyBatis Generator.
|
Menus |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
Menus |
withCreateUser(String createUser)
This method was generated by MyBatis Generator.
|
Menus |
withExternalUrl(String externalUrl)
This method was generated by MyBatis Generator.
|
Menus |
withIcon(String icon)
This method was generated by MyBatis Generator.
|
Menus |
withId(Long id)
This method was generated by MyBatis Generator.
|
Menus |
withIsEnable(Byte isEnable)
This method was generated by MyBatis Generator.
|
Menus |
withName(String name)
This method was generated by MyBatis Generator.
|
Menus |
withParentId(Long parentId)
This method was generated by MyBatis Generator.
|
Menus |
withResourceCode(String resourceCode)
This method was generated by MyBatis Generator.
|
Menus |
withSortNo(Integer sortNo)
This method was generated by MyBatis Generator.
|
Menus |
withSystemId(Long systemId)
This method was generated by MyBatis Generator.
|
Menus |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
Menus |
withUpdateUser(String updateUser)
This method was generated by MyBatis Generator.
|
Menus |
withVersion(String version)
This method was generated by MyBatis Generator.
|
public Long getId()
public Menus withId(Long id)
public void setId(Long id)
id - the value for menus.idpublic String getCode()
public Menus withCode(String code)
public void setCode(String code)
code - the value for menus.codepublic String getName()
public Menus withName(String name)
public void setName(String name)
name - the value for menus.namepublic Long getParentId()
public Menus withParentId(Long parentId)
public void setParentId(Long parentId)
parentId - the value for menus.parent_idpublic Integer getSortNo()
public Menus withSortNo(Integer sortNo)
public void setSortNo(Integer sortNo)
sortNo - the value for menus.sort_nopublic String getResourceCode()
public Menus withResourceCode(String resourceCode)
public void setResourceCode(String resourceCode)
resourceCode - the value for menus.resource_codepublic String getExternalUrl()
public Menus withExternalUrl(String externalUrl)
public void setExternalUrl(String externalUrl)
externalUrl - the value for menus.external_urlpublic String getAssetsPath()
public Menus withAssetsPath(String assetsPath)
public void setAssetsPath(String assetsPath)
assetsPath - the value for menus.assets_pathpublic String getAssets()
public Menus withAssets(String assets)
public void setAssets(String assets)
assets - the value for menus.assetspublic String getIcon()
public Menus withIcon(String icon)
public void setIcon(String icon)
icon - the value for menus.iconpublic Date getCreateTime()
public Menus withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for menus.create_timepublic Date getUpdateTime()
public Menus withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for menus.update_timepublic String getCreateUser()
public Menus withCreateUser(String createUser)
public void setCreateUser(String createUser)
createUser - the value for menus.create_userpublic String getUpdateUser()
public Menus withUpdateUser(String updateUser)
public void setUpdateUser(String updateUser)
updateUser - the value for menus.update_userpublic Byte getIsEnable()
public Menus withIsEnable(Byte isEnable)
public void setIsEnable(Byte isEnable)
isEnable - the value for menus.is_enablepublic String getVersion()
public Menus withVersion(String version)
public void setVersion(String version)
version - the value for menus.versionpublic Long getSystemId()
public Menus withSystemId(Long systemId)
public void setSystemId(Long systemId)
systemId - the value for menus.system_idpublic int deleteByPrimaryKey()
deleteByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public int insert()
insert in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public int insertSelective()
insertSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public Menus selectByPrimaryKey()
selectByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public int updateByPrimaryKey()
updateByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public Integer delete()
delete in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public int count()
count in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public Menus selectOne()
selectOne in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public List<Menus> select()
select in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public int replace()
replace in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public int replaceSelective()
replaceSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public List<Object> selectPkVals()
selectPkVals in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public Object pkVal()
pkVal in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<Menus>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.