public class OidcTenant extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>, Serializable
| 构造器和说明 |
|---|
OidcTenant() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
String |
getClientId()
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.
|
String |
getSecret()
This method was generated by MyBatis Generator.
|
Long |
getTenantId()
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<OidcTenant> |
select()
This method was generated by MyBatis Generator.
|
OidcTenant |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
OidcTenant |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setClientId(String clientId)
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 |
setSecret(String secret)
This method was generated by MyBatis Generator.
|
void |
setTenantId(Long tenantId)
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.
|
OidcTenant |
withClientId(String clientId)
This method was generated by MyBatis Generator.
|
OidcTenant |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
OidcTenant |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
OidcTenant |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
OidcTenant |
withSecret(String secret)
This method was generated by MyBatis Generator.
|
OidcTenant |
withTenantId(Long tenantId)
This method was generated by MyBatis Generator.
|
public String getClientId()
public OidcTenant withClientId(String clientId)
public void setClientId(String clientId)
clientId - the value for oidc_tenant.client_idpublic Long getTenantId()
public OidcTenant withTenantId(Long tenantId)
public void setTenantId(Long tenantId)
tenantId - the value for oidc_tenant.tenant_idpublic String getSecret()
public OidcTenant withSecret(String secret)
public void setSecret(String secret)
secret - the value for oidc_tenant.secretpublic String getCreateUserId()
public OidcTenant withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for oidc_tenant.create_user_idpublic String getCreateUserName()
public OidcTenant withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for oidc_tenant.create_user_namepublic Date getCreateTime()
public OidcTenant withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for oidc_tenant.create_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public OidcTenant selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public OidcTenant selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public List<OidcTenant> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OidcTenant>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.