commandInfo.java 4.4 KB
package com.sy.model;

import java.util.Date;

public class commandInfo {

    private String areaId;

    private String chnlNo;

    private String iEType;

    private String seqNo;

    private String executeResult;

    private String source;

    private String action;

    private Integer openTimes;

    private String esealIcNo;

    private String esealId;

    private String esealStatehint;

    private String esealStatecode;

    private String oldesealId;

    private String newesealId;

    private String esealKey;

    private String actionModel;

    private String changeCause;

    private Date changeTime;

    private String operName;

    private String opHint;

    public String getAreaId() {
        return areaId;
    }

    public void setAreaId(String areaId) {
        this.areaId = areaId == null ? null : areaId.trim();
    }

    public String getChnlNo() {
        return chnlNo;
    }

    public void setChnlNo(String chnlNo) {
        this.chnlNo = chnlNo == null ? null : chnlNo.trim();
    }

    public String getiEType() {
        return iEType;
    }

    public void setiEType(String iEType) {
        this.iEType = iEType == null ? null : iEType.trim();
    }

    public String getSeqNo() {
        return seqNo;
    }

    public void setSeqNo(String seqNo) {
        this.seqNo = seqNo == null ? null : seqNo.trim();
    }

    public String getExecuteResult() {
        return executeResult;
    }

    public void setExecuteResult(String executeResult) {
        this.executeResult = executeResult == null ? null : executeResult.trim();
    }

    public String getSource() {
        return source;
    }

    public void setSource(String source) {
        this.source = source == null ? null : source.trim();
    }

    public String getAction() {
        return action;
    }

    public void setAction(String action) {
        this.action = action == null ? null : action.trim();
    }

    public Integer getOpenTimes() {
        return openTimes;
    }

    public void setOpenTimes(Integer openTimes) {
        this.openTimes = openTimes;
    }

    public String getEsealIcNo() {
        return esealIcNo;
    }

    public void setEsealIcNo(String esealIcNo) {
        this.esealIcNo = esealIcNo == null ? null : esealIcNo.trim();
    }

    public String getEsealId() {
        return esealId;
    }

    public void setEsealId(String esealId) {
        this.esealId = esealId == null ? null : esealId.trim();
    }

    public String getEsealStatehint() {
        return esealStatehint;
    }

    public void setEsealStatehint(String esealStatehint) {
        this.esealStatehint = esealStatehint == null ? null : esealStatehint.trim();
    }

    public String getEsealStatecode() {
        return esealStatecode;
    }

    public void setEsealStatecode(String esealStatecode) {
        this.esealStatecode = esealStatecode == null ? null : esealStatecode.trim();
    }

    public String getOldesealId() {
        return oldesealId;
    }

    public void setOldesealId(String oldesealId) {
        this.oldesealId = oldesealId == null ? null : oldesealId.trim();
    }

    public String getNewesealI() {
        return newesealId;
    }

    public void setNewesealId(String ewesealId) {
        this.newesealId = ewesealId == null ? null : ewesealId.trim();
    }

    public String getEsealKey() {
        return esealKey;
    }

    public void setEsealKey(String esealKey) {
        this.esealKey = esealKey == null ? null : esealKey.trim();
    }

    public String getActionModel() {
        return actionModel;
    }

    public void setActionModel(String actionModel) {
        this.actionModel = actionModel == null ? null : actionModel.trim();
    }

    public String getChangeCause() {
        return changeCause;
    }

    public void setChangeCause(String changeCause) {
        this.changeCause = changeCause == null ? null : changeCause.trim();
    }

    public Date getChangeTime() {
        return changeTime;
    }

    public void setChangeTime(Date changeTime) {
        this.changeTime = changeTime;
    }

    public String getOperName() {
        return operName;
    }

    public void setOperName(String operName) {
        this.operName = operName == null ? null : operName.trim();
    }

    public String getOpHint() {
        return opHint;
    }

    public void setOpHint(String opHint) {
        this.opHint = opHint == null ? null : opHint.trim();
    }
}