|
package com.consum.model.po;
|
|
import com.fasterxml.jackson.annotation.JsonAutoDetect;
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
import com.walker.jdbc.BasePo;
|
|
/**
|
* 表名:WH_WARNING *
|
* @author genrator
|
*/
|
@JsonAutoDetect(fieldVisibility = JsonAutoDetect.Visibility.ANY)
|
public class WhWarning extends BasePo<WhWarning> {
|
// 序列化版本号
|
private static final long serialVersionUID = 1L;
|
|
// 主键
|
private Long id = null;
|
@JsonIgnore
|
protected boolean isset_id = false;
|
|
// 属性列表
|
private Integer warehouseType = null;
|
@JsonIgnore
|
protected boolean isset_warehouseType = false;
|
|
private Long baseWarehouseId = null;
|
@JsonIgnore
|
protected boolean isset_baseWarehouseId = false;
|
|
private String baseWarehouseName = null;
|
@JsonIgnore
|
protected boolean isset_baseWarehouseName = false;
|
|
private Long baseGoodsTemplateId = null;
|
@JsonIgnore
|
protected boolean isset_baseGoodsTemplateId = false;
|
|
private String baseGoodsTemplateName = null;
|
@JsonIgnore
|
protected boolean isset_baseGoodsTemplateName = false;
|
|
private Long baseGoodsModelsId = null;
|
@JsonIgnore
|
protected boolean isset_baseGoodsModelsId = false;
|
|
private String baseGoodsModelsName = null;
|
@JsonIgnore
|
protected boolean isset_baseGoodsModelsName = false;
|
|
private Integer goodsType = null;
|
@JsonIgnore
|
protected boolean isset_goodsType = false;
|
|
private Integer warningType = null;
|
@JsonIgnore
|
protected boolean isset_warningType = false;
|
|
private Integer upperLimit = null;
|
@JsonIgnore
|
protected boolean isset_upperLimit = false;
|
|
private Integer lowerLimit = null;
|
@JsonIgnore
|
protected boolean isset_lowerLimit = false;
|
|
private Integer warehouseCount = null;
|
@JsonIgnore
|
protected boolean isset_warehouseCount = false;
|
|
private Long warningTime = null;
|
@JsonIgnore
|
protected boolean isset_warningTime = false;
|
|
private Integer states = null;
|
@JsonIgnore
|
protected boolean isset_states = false;
|
|
private Long operatorId = null;
|
@JsonIgnore
|
protected boolean isset_operatorId = false;
|
|
private String operatorName = null;
|
@JsonIgnore
|
protected boolean isset_operatorName = false;
|
|
private Long dealTime = null;
|
@JsonIgnore
|
protected boolean isset_dealTime = false;
|
|
private Long agencyId = null;
|
@JsonIgnore
|
protected boolean isset_agencyId = false;
|
|
private String agencyName = null;
|
@JsonIgnore
|
protected boolean isset_agencyName = false;
|
|
/**
|
* 默认构造函数
|
*/
|
public WhWarning() {
|
}
|
|
/**
|
* 根据主键构造对象
|
*/
|
public WhWarning(Long id) {
|
this.setId(id);
|
}
|
|
/**
|
* 设置主键值
|
*/
|
@Override
|
public void setPkValue(Object value) {
|
this.setId((Long) value);
|
}
|
|
public Long getId() {
|
return this.id;
|
}
|
|
public void setId(Long id) {
|
this.id = id;
|
this.isset_id = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyId() {
|
return this.id == null;
|
}
|
|
public Integer getWarehouseType() {
|
return this.warehouseType;
|
}
|
|
public void setWarehouseType(Integer warehouseType) {
|
this.warehouseType = warehouseType;
|
this.isset_warehouseType = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyWarehouseType() {
|
return this.warehouseType == null;
|
}
|
|
public Long getBaseWarehouseId() {
|
return this.baseWarehouseId;
|
}
|
|
public void setBaseWarehouseId(Long baseWarehouseId) {
|
this.baseWarehouseId = baseWarehouseId;
|
this.isset_baseWarehouseId = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyBaseWarehouseId() {
|
return this.baseWarehouseId == null;
|
}
|
|
public String getBaseWarehouseName() {
|
return this.baseWarehouseName;
|
}
|
|
public void setBaseWarehouseName(String baseWarehouseName) {
|
this.baseWarehouseName = baseWarehouseName;
|
this.isset_baseWarehouseName = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyBaseWarehouseName() {
|
return this.baseWarehouseName == null || this.baseWarehouseName.length() == 0;
|
}
|
|
public Long getBaseGoodsTemplateId() {
|
return this.baseGoodsTemplateId;
|
}
|
|
public void setBaseGoodsTemplateId(Long baseGoodsTemplateId) {
|
this.baseGoodsTemplateId = baseGoodsTemplateId;
|
this.isset_baseGoodsTemplateId = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyBaseGoodsTemplateId() {
|
return this.baseGoodsTemplateId == null;
|
}
|
|
public String getBaseGoodsTemplateName() {
|
return this.baseGoodsTemplateName;
|
}
|
|
public void setBaseGoodsTemplateName(String baseGoodsTemplateName) {
|
this.baseGoodsTemplateName = baseGoodsTemplateName;
|
this.isset_baseGoodsTemplateName = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyBaseGoodsTemplateName() {
|
return this.baseGoodsTemplateName == null || this.baseGoodsTemplateName.length() == 0;
|
}
|
|
public Long getBaseGoodsModelsId() {
|
return this.baseGoodsModelsId;
|
}
|
|
public void setBaseGoodsModelsId(Long baseGoodsModelsId) {
|
this.baseGoodsModelsId = baseGoodsModelsId;
|
this.isset_baseGoodsModelsId = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyBaseGoodsModelsId() {
|
return this.baseGoodsModelsId == null;
|
}
|
|
public String getBaseGoodsModelsName() {
|
return this.baseGoodsModelsName;
|
}
|
|
public void setBaseGoodsModelsName(String baseGoodsModelsName) {
|
this.baseGoodsModelsName = baseGoodsModelsName;
|
this.isset_baseGoodsModelsName = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyBaseGoodsModelsName() {
|
return this.baseGoodsModelsName == null || this.baseGoodsModelsName.length() == 0;
|
}
|
|
public Integer getGoodsType() {
|
return this.goodsType;
|
}
|
|
public void setGoodsType(Integer goodsType) {
|
this.goodsType = goodsType;
|
this.isset_goodsType = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyGoodsType() {
|
return this.goodsType == null;
|
}
|
|
public Integer getWarningType() {
|
return this.warningType;
|
}
|
|
public void setWarningType(Integer warningType) {
|
this.warningType = warningType;
|
this.isset_warningType = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyWarningType() {
|
return this.warningType == null;
|
}
|
|
public Integer getUpperLimit() {
|
return this.upperLimit;
|
}
|
|
public void setUpperLimit(Integer upperLimit) {
|
this.upperLimit = upperLimit;
|
this.isset_upperLimit = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyUpperLimit() {
|
return this.upperLimit == null;
|
}
|
|
public Integer getLowerLimit() {
|
return this.lowerLimit;
|
}
|
|
public void setLowerLimit(Integer lowerLimit) {
|
this.lowerLimit = lowerLimit;
|
this.isset_lowerLimit = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyLowerLimit() {
|
return this.lowerLimit == null;
|
}
|
|
public Integer getWarehouseCount() {
|
return this.warehouseCount;
|
}
|
|
public void setWarehouseCount(Integer warehouseCount) {
|
this.warehouseCount = warehouseCount;
|
this.isset_warehouseCount = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyWarehouseCount() {
|
return this.warehouseCount == null;
|
}
|
|
public Long getWarningTime() {
|
return this.warningTime;
|
}
|
|
public void setWarningTime(Long warningTime) {
|
this.warningTime = warningTime;
|
this.isset_warningTime = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyWarningTime() {
|
return this.warningTime == null;
|
}
|
|
public Integer getStates() {
|
return this.states;
|
}
|
|
public void setStates(Integer states) {
|
this.states = states;
|
this.isset_states = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyStates() {
|
return this.states == null;
|
}
|
|
public Long getOperatorId() {
|
return this.operatorId;
|
}
|
|
public void setOperatorId(Long operatorId) {
|
this.operatorId = operatorId;
|
this.isset_operatorId = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyOperatorId() {
|
return this.operatorId == null;
|
}
|
|
public String getOperatorName() {
|
return this.operatorName;
|
}
|
|
public void setOperatorName(String operatorName) {
|
this.operatorName = operatorName;
|
this.isset_operatorName = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyOperatorName() {
|
return this.operatorName == null || this.operatorName.length() == 0;
|
}
|
|
public Long getDealTime() {
|
return this.dealTime;
|
}
|
|
public void setDealTime(Long dealTime) {
|
this.dealTime = dealTime;
|
this.isset_dealTime = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyDealTime() {
|
return this.dealTime == null;
|
}
|
|
public Long getAgencyId() {
|
return this.agencyId;
|
}
|
|
public void setAgencyId(Long agencyId) {
|
this.agencyId = agencyId;
|
this.isset_agencyId = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyAgencyId() {
|
return this.agencyId == null;
|
}
|
|
public String getAgencyName() {
|
return this.agencyName;
|
}
|
|
public void setAgencyName(String agencyName) {
|
this.agencyName = agencyName;
|
this.isset_agencyName = true;
|
}
|
|
@JsonIgnore
|
public boolean isEmptyAgencyName() {
|
return this.agencyName == null || this.agencyName.length() == 0;
|
}
|
|
/**
|
* 重写 toString() 方法
|
*/
|
@Override
|
public String toString() {
|
return new StringBuilder()
|
.append("id=").append(this.id)
|
.append("warehouseType=").append(this.warehouseType)
|
.append("baseWarehouseId=").append(this.baseWarehouseId)
|
.append("baseWarehouseName=").append(this.baseWarehouseName)
|
.append("baseGoodsTemplateId=").append(this.baseGoodsTemplateId)
|
.append("baseGoodsTemplateName=").append(this.baseGoodsTemplateName)
|
.append("baseGoodsModelsId=").append(this.baseGoodsModelsId)
|
.append("baseGoodsModelsName=").append(this.baseGoodsModelsName)
|
.append("goodsType=").append(this.goodsType)
|
.append("warningType=").append(this.warningType)
|
.append("upperLimit=").append(this.upperLimit)
|
.append("lowerLimit=").append(this.lowerLimit)
|
.append("warehouseCount=").append(this.warehouseCount)
|
.append("warningTime=").append(this.warningTime)
|
.append("states=").append(this.states)
|
.append("operatorId=").append(this.operatorId)
|
.append("operatorName=").append(this.operatorName)
|
.append("dealTime=").append(this.dealTime)
|
.append("agencyId=").append(this.agencyId)
|
.append("agencyName=").append(this.agencyName)
|
.toString();
|
}
|
|
/**
|
* 克隆
|
*/
|
public WhWarning $clone() {
|
WhWarning wh_warning = new WhWarning();
|
|
// 数据库名称
|
//wh_warning.setDatabaseName_(this.getDatabaseName_());
|
|
// 主键
|
if (this.isset_id) {
|
wh_warning.setId(this.getId());
|
}
|
// 普通属性
|
if (this.isset_warehouseType) {
|
wh_warning.setWarehouseType(this.getWarehouseType());
|
}
|
if (this.isset_baseWarehouseId) {
|
wh_warning.setBaseWarehouseId(this.getBaseWarehouseId());
|
}
|
if (this.isset_baseWarehouseName) {
|
wh_warning.setBaseWarehouseName(this.getBaseWarehouseName());
|
}
|
if (this.isset_baseGoodsTemplateId) {
|
wh_warning.setBaseGoodsTemplateId(this.getBaseGoodsTemplateId());
|
}
|
if (this.isset_baseGoodsTemplateName) {
|
wh_warning.setBaseGoodsTemplateName(this.getBaseGoodsTemplateName());
|
}
|
if (this.isset_baseGoodsModelsId) {
|
wh_warning.setBaseGoodsModelsId(this.getBaseGoodsModelsId());
|
}
|
if (this.isset_baseGoodsModelsName) {
|
wh_warning.setBaseGoodsModelsName(this.getBaseGoodsModelsName());
|
}
|
if (this.isset_goodsType) {
|
wh_warning.setGoodsType(this.getGoodsType());
|
}
|
if (this.isset_warningType) {
|
wh_warning.setWarningType(this.getWarningType());
|
}
|
if (this.isset_upperLimit) {
|
wh_warning.setUpperLimit(this.getUpperLimit());
|
}
|
if (this.isset_lowerLimit) {
|
wh_warning.setLowerLimit(this.getLowerLimit());
|
}
|
if (this.isset_warehouseCount) {
|
wh_warning.setWarehouseCount(this.getWarehouseCount());
|
}
|
if (this.isset_warningTime) {
|
wh_warning.setWarningTime(this.getWarningTime());
|
}
|
if (this.isset_states) {
|
wh_warning.setStates(this.getStates());
|
}
|
if (this.isset_operatorId) {
|
wh_warning.setOperatorId(this.getOperatorId());
|
}
|
if (this.isset_operatorName) {
|
wh_warning.setOperatorName(this.getOperatorName());
|
}
|
if (this.isset_dealTime) {
|
wh_warning.setDealTime(this.getDealTime());
|
}
|
if (this.isset_agencyId) {
|
wh_warning.setAgencyId(this.getAgencyId());
|
}
|
if (this.isset_agencyName) {
|
wh_warning.setAgencyName(this.getAgencyName());
|
}
|
return wh_warning;
|
}
|
}
|