public class LogisticLog extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>, Serializable
| Constructor and Description |
|---|
LogisticLog() |
| 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.
|
Date |
getCreateTime()
This method was generated by MyBatis Generator.
|
String |
getExpressCode()
This method was generated by MyBatis Generator.
|
String |
getExt1()
This method was generated by MyBatis Generator.
|
String |
getExt2()
This method was generated by MyBatis Generator.
|
String |
getExt3()
This method was generated by MyBatis Generator.
|
Integer |
getId()
This method was generated by MyBatis Generator.
|
String |
getMemo()
This method was generated by MyBatis Generator.
|
String |
getParcelNo()
This method was generated by MyBatis Generator.
|
String |
getStatus()
This method was generated by MyBatis Generator.
|
Date |
getUpdateTime()
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<LogisticLog> |
select()
This method was generated by MyBatis Generator.
|
LogisticLog |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
LogisticLog |
selectOne()
This method was generated by MyBatis Generator.
|
List<Object> |
selectPkVals()
This method was generated by MyBatis Generator.
|
void |
setCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
void |
setExpressCode(String expressCode)
This method was generated by MyBatis Generator.
|
void |
setExt1(String ext1)
This method was generated by MyBatis Generator.
|
void |
setExt2(String ext2)
This method was generated by MyBatis Generator.
|
void |
setExt3(String ext3)
This method was generated by MyBatis Generator.
|
void |
setId(Integer id)
This method was generated by MyBatis Generator.
|
void |
setMemo(String memo)
This method was generated by MyBatis Generator.
|
void |
setParcelNo(String parcelNo)
This method was generated by MyBatis Generator.
|
void |
setStatus(String status)
This method was generated by MyBatis Generator.
|
void |
setUpdateTime(Date updateTime)
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.
|
LogisticLog |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
LogisticLog |
withExpressCode(String expressCode)
This method was generated by MyBatis Generator.
|
LogisticLog |
withExt1(String ext1)
This method was generated by MyBatis Generator.
|
LogisticLog |
withExt2(String ext2)
This method was generated by MyBatis Generator.
|
LogisticLog |
withExt3(String ext3)
This method was generated by MyBatis Generator.
|
LogisticLog |
withId(Integer id)
This method was generated by MyBatis Generator.
|
LogisticLog |
withMemo(String memo)
This method was generated by MyBatis Generator.
|
LogisticLog |
withParcelNo(String parcelNo)
This method was generated by MyBatis Generator.
|
LogisticLog |
withStatus(String status)
This method was generated by MyBatis Generator.
|
LogisticLog |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
public Integer getId()
public LogisticLog withId(Integer id)
public void setId(Integer id)
id - the value for logistic_log.Idpublic String getParcelNo()
public LogisticLog withParcelNo(String parcelNo)
public void setParcelNo(String parcelNo)
parcelNo - the value for logistic_log.parcel_nopublic String getExpressCode()
public LogisticLog withExpressCode(String expressCode)
public void setExpressCode(String expressCode)
expressCode - the value for logistic_log.express_codepublic String getStatus()
public LogisticLog withStatus(String status)
public void setStatus(String status)
status - the value for logistic_log.statuspublic String getMemo()
public LogisticLog withMemo(String memo)
public void setMemo(String memo)
memo - the value for logistic_log.Memopublic Date getCreateTime()
public LogisticLog withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for logistic_log.create_timepublic Date getUpdateTime()
public LogisticLog withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for logistic_log.update_timepublic String getExt1()
public LogisticLog withExt1(String ext1)
public void setExt1(String ext1)
ext1 - the value for logistic_log.ext1public String getExt2()
public LogisticLog withExt2(String ext2)
public void setExt2(String ext2)
ext2 - the value for logistic_log.ext2public String getExt3()
public LogisticLog withExt3(String ext3)
public void setExt3(String ext3)
ext3 - the value for logistic_log.ext3public int deleteByPrimaryKey()
deleteByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public int insert()
insert in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public int insertSelective()
insertSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public LogisticLog selectByPrimaryKey()
selectByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public int updateByPrimaryKey()
updateByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public Integer delete()
delete in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public int count()
count in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public LogisticLog selectOne()
selectOne in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public List<LogisticLog> select()
select in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public int replace()
replace in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public int replaceSelective()
replaceSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public List<Object> selectPkVals()
selectPkVals in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public Object pkVal()
pkVal in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticLog>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.