public class SecretStore extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>, Serializable
| Constructor and Description |
|---|
SecretStore() |
| 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 |
getAccessId()
This method was generated by MyBatis Generator.
|
String |
getAccessName()
This method was generated by MyBatis Generator.
|
String |
getAccessSecret()
This method was generated by MyBatis Generator.
|
String |
getCompanyName()
This method was generated by MyBatis Generator.
|
Date |
getCreateTime()
This method was generated by MyBatis Generator.
|
Long |
getCreateUserId()
This method was generated by MyBatis Generator.
|
String |
getCustomerId()
This method was generated by MyBatis Generator.
|
Long |
getId()
This method was generated by MyBatis Generator.
|
Byte |
getStatus()
This method was generated by MyBatis Generator.
|
String |
getTaxNo()
This method was generated by MyBatis Generator.
|
Date |
getUpdateTime()
This method was generated by MyBatis Generator.
|
Long |
getUpdateUserId()
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<SecretStore> |
select()
This method was generated by MyBatis Generator.
|
SecretStore |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
SecretStore |
selectOne()
This method was generated by MyBatis Generator.
|
List<Object> |
selectPkVals()
This method was generated by MyBatis Generator.
|
void |
setAccessId(String accessId)
This method was generated by MyBatis Generator.
|
void |
setAccessName(String accessName)
This method was generated by MyBatis Generator.
|
void |
setAccessSecret(String accessSecret)
This method was generated by MyBatis Generator.
|
void |
setCompanyName(String companyName)
This method was generated by MyBatis Generator.
|
void |
setCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
void |
setCreateUserId(Long createUserId)
This method was generated by MyBatis Generator.
|
void |
setCustomerId(String customerId)
This method was generated by MyBatis Generator.
|
void |
setId(Long id)
This method was generated by MyBatis Generator.
|
void |
setStatus(Byte status)
This method was generated by MyBatis Generator.
|
void |
setTaxNo(String taxNo)
This method was generated by MyBatis Generator.
|
void |
setUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
void |
setUpdateUserId(Long updateUserId)
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.
|
SecretStore |
withAccessId(String accessId)
This method was generated by MyBatis Generator.
|
SecretStore |
withAccessName(String accessName)
This method was generated by MyBatis Generator.
|
SecretStore |
withAccessSecret(String accessSecret)
This method was generated by MyBatis Generator.
|
SecretStore |
withCompanyName(String companyName)
This method was generated by MyBatis Generator.
|
SecretStore |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
SecretStore |
withCreateUserId(Long createUserId)
This method was generated by MyBatis Generator.
|
SecretStore |
withCustomerId(String customerId)
This method was generated by MyBatis Generator.
|
SecretStore |
withId(Long id)
This method was generated by MyBatis Generator.
|
SecretStore |
withStatus(Byte status)
This method was generated by MyBatis Generator.
|
SecretStore |
withTaxNo(String taxNo)
This method was generated by MyBatis Generator.
|
SecretStore |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
SecretStore |
withUpdateUserId(Long updateUserId)
This method was generated by MyBatis Generator.
|
public Long getId()
public SecretStore withId(Long id)
public void setId(Long id)
id - the value for secret_store.idpublic String getCustomerId()
public SecretStore withCustomerId(String customerId)
public void setCustomerId(String customerId)
customerId - the value for secret_store.customer_idpublic String getAccessName()
public SecretStore withAccessName(String accessName)
public void setAccessName(String accessName)
accessName - the value for secret_store.access_namepublic String getAccessId()
public SecretStore withAccessId(String accessId)
public void setAccessId(String accessId)
accessId - the value for secret_store.access_idpublic String getAccessSecret()
public SecretStore withAccessSecret(String accessSecret)
public void setAccessSecret(String accessSecret)
accessSecret - the value for secret_store.access_secretpublic String getCompanyName()
public SecretStore withCompanyName(String companyName)
public void setCompanyName(String companyName)
companyName - the value for secret_store.company_namepublic String getTaxNo()
public SecretStore withTaxNo(String taxNo)
public void setTaxNo(String taxNo)
taxNo - the value for secret_store.tax_nopublic Byte getStatus()
public SecretStore withStatus(Byte status)
public void setStatus(Byte status)
status - the value for secret_store.statuspublic Long getCreateUserId()
public SecretStore withCreateUserId(Long createUserId)
public void setCreateUserId(Long createUserId)
createUserId - the value for secret_store.create_user_idpublic Date getCreateTime()
public SecretStore withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for secret_store.create_timepublic Long getUpdateUserId()
public SecretStore withUpdateUserId(Long updateUserId)
public void setUpdateUserId(Long updateUserId)
updateUserId - the value for secret_store.update_user_idpublic Date getUpdateTime()
public SecretStore withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for secret_store.update_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public int insert()
insert in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public int insertSelective()
insertSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public SecretStore selectByPrimaryKey()
selectByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public int updateByPrimaryKey()
updateByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public Integer delete()
delete in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public int count()
count in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public SecretStore selectOne()
selectOne in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public List<SecretStore> select()
select in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public int replace()
replace in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public int replaceSelective()
replaceSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public List<Object> selectPkVals()
selectPkVals in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public Object pkVal()
pkVal in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SecretStore>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.