public class BssContract extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>, Serializable
| 构造器和说明 |
|---|
BssContract() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
Long |
getCompanyId()
This method was generated by MyBatis Generator.
|
Long |
getContractId()
This method was generated by MyBatis Generator.
|
String |
getContractName()
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 |
getRemark()
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.
|
Long |
getTenantId()
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<BssContract> |
select()
This method was generated by MyBatis Generator.
|
BssContract |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
BssContract |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setCompanyId(Long companyId)
This method was generated by MyBatis Generator.
|
void |
setContractId(Long contractId)
This method was generated by MyBatis Generator.
|
void |
setContractName(String contractName)
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 |
setRemark(String remark)
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 |
setTenantId(Long tenantId)
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.
|
BssContract |
withCompanyId(Long companyId)
This method was generated by MyBatis Generator.
|
BssContract |
withContractId(Long contractId)
This method was generated by MyBatis Generator.
|
BssContract |
withContractName(String contractName)
This method was generated by MyBatis Generator.
|
BssContract |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
BssContract |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
BssContract |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
BssContract |
withRemark(String remark)
This method was generated by MyBatis Generator.
|
BssContract |
withStatus(Integer status)
This method was generated by MyBatis Generator.
|
BssContract |
withStatusTime(Date statusTime)
This method was generated by MyBatis Generator.
|
BssContract |
withTenantId(Long tenantId)
This method was generated by MyBatis Generator.
|
BssContract |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
BssContract |
withUpdateUserId(String updateUserId)
This method was generated by MyBatis Generator.
|
BssContract |
withUpdateUserName(String updateUserName)
This method was generated by MyBatis Generator.
|
public Long getContractId()
public BssContract withContractId(Long contractId)
public void setContractId(Long contractId)
contractId - the value for bss_contract.contract_idpublic Long getTenantId()
public BssContract withTenantId(Long tenantId)
public void setTenantId(Long tenantId)
tenantId - the value for bss_contract.tenant_idpublic Long getCompanyId()
public BssContract withCompanyId(Long companyId)
public void setCompanyId(Long companyId)
companyId - the value for bss_contract.company_idpublic String getRemark()
public BssContract withRemark(String remark)
public void setRemark(String remark)
remark - the value for bss_contract.remarkpublic String getContractName()
public BssContract withContractName(String contractName)
public void setContractName(String contractName)
contractName - the value for bss_contract.contract_namepublic Integer getStatus()
public BssContract withStatus(Integer status)
public void setStatus(Integer status)
status - the value for bss_contract.statuspublic Date getStatusTime()
public BssContract withStatusTime(Date statusTime)
public void setStatusTime(Date statusTime)
statusTime - the value for bss_contract.status_timepublic String getCreateUserId()
public BssContract withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for bss_contract.create_user_idpublic String getCreateUserName()
public BssContract withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for bss_contract.create_user_namepublic Date getCreateTime()
public BssContract withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for bss_contract.create_timepublic String getUpdateUserId()
public BssContract withUpdateUserId(String updateUserId)
public void setUpdateUserId(String updateUserId)
updateUserId - the value for bss_contract.update_user_idpublic String getUpdateUserName()
public BssContract withUpdateUserName(String updateUserName)
public void setUpdateUserName(String updateUserName)
updateUserName - the value for bss_contract.update_user_namepublic Date getUpdateTime()
public BssContract withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for bss_contract.update_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public BssContract selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public BssContract selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public List<BssContract> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssContract>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.