|
|
package com.rehome.dywoa.DBModel;
|
|
|
|
|
|
import android.os.Parcel;
|
|
|
import android.os.Parcelable;
|
|
|
|
|
|
import org.litepal.crud.DataSupport;
|
|
|
|
|
|
/**
|
|
|
* Created by Johnny_Chen
|
|
|
* on 2018/2/28.
|
|
|
*/
|
|
|
|
|
|
public class XSJJHDataBean extends DataSupport implements Parcelable {
|
|
|
|
|
|
|
|
|
private long id;
|
|
|
private String scid;
|
|
|
private String dbh;
|
|
|
private String dlxbh;
|
|
|
private String dlxmc;
|
|
|
private String sbid;
|
|
|
private String sb;
|
|
|
private String sbmc;
|
|
|
private String zymc;
|
|
|
private String dw;
|
|
|
private String dz;
|
|
|
private String gz;
|
|
|
private String zczt;
|
|
|
private String bsyl;
|
|
|
private String bqyl;
|
|
|
private String xcnr;
|
|
|
private String cbsz;
|
|
|
private String djsj;
|
|
|
private String zcmc;
|
|
|
private String cbr;
|
|
|
private String fxnr;
|
|
|
private String smfs;
|
|
|
private String dpx;
|
|
|
private String sisData;
|
|
|
private String LRFS;//录入方式
|
|
|
private String MRNR;//标准
|
|
|
private XSJJHXZDataBean xsjjhxzDataBean;
|
|
|
private boolean checked;//是否已经检查
|
|
|
private boolean uploaded;//是否已上传 true 已上传 false 未上传
|
|
|
private boolean deleted;//true 已删除,false 未删除
|
|
|
private String DATE;//保存时间
|
|
|
private String zxid;
|
|
|
|
|
|
private String SBMCSTATE;//设备状态
|
|
|
private String SBMCSTATEVALUE;//设备状态值
|
|
|
|
|
|
|
|
|
private String CJJG;
|
|
|
private String BJMC;//部件名称
|
|
|
private String TYJCZT;//停用检测状态
|
|
|
|
|
|
private String nfcbm;//NFC编码
|
|
|
private String txm;//二维码或条型码
|
|
|
|
|
|
private String TJXJZT;//停用检测状态
|
|
|
private String second;//第二次点击
|
|
|
|
|
|
private String username;//工号
|
|
|
|
|
|
private String jhmc;//计划名称
|
|
|
|
|
|
private String qybh;//区域编号
|
|
|
private String qymc;//区域名称
|
|
|
|
|
|
private String photos;//图片集合
|
|
|
private String xcms;//缺陷描述
|
|
|
|
|
|
private String kksCode;//kks编码
|
|
|
private String kksDesc;//kks描述
|
|
|
private String UPPERACTION;//超限上限
|
|
|
private String LOWERACTION;//超限下限
|
|
|
private String UPPERWARNING;//报警上限
|
|
|
private String LOWERWARNING;//报警下限
|
|
|
private String POINTNAME;//检查项(温度,声音)
|
|
|
private String UNITOFMEASURE;//巡检点值单位
|
|
|
|
|
|
private String UPPERACTIONSTOP;//停机超限上限
|
|
|
private String LOWERACTIONSTOP;//停机超限下限
|
|
|
private String UPPERWARNINGSTOP;//停机报警上限
|
|
|
private String LOWERWARNINGSTOP;//停机报警下限
|
|
|
private String firstAssembling;//#1机组运行状态 0:停机,1:开机
|
|
|
private String secondAssembling;//#2机组运行状态 0:停机,1:开机
|
|
|
private String sisno;//sis编号
|
|
|
|
|
|
|
|
|
public long getId() {
|
|
|
return id;
|
|
|
}
|
|
|
|
|
|
public void setId(long id) {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
public String getScid() {
|
|
|
return scid;
|
|
|
}
|
|
|
|
|
|
public void setScid(String scid) {
|
|
|
this.scid = scid;
|
|
|
}
|
|
|
|
|
|
public String getDbh() {
|
|
|
return dbh;
|
|
|
}
|
|
|
|
|
|
public void setDbh(String dbh) {
|
|
|
this.dbh = dbh;
|
|
|
}
|
|
|
|
|
|
public String getDlxbh() {
|
|
|
return dlxbh;
|
|
|
}
|
|
|
|
|
|
public void setDlxbh(String dlxbh) {
|
|
|
this.dlxbh = dlxbh;
|
|
|
}
|
|
|
|
|
|
public String getDlxmc() {
|
|
|
return dlxmc;
|
|
|
}
|
|
|
|
|
|
public void setDlxmc(String dlxmc) {
|
|
|
this.dlxmc = dlxmc;
|
|
|
}
|
|
|
|
|
|
public String getSb() {
|
|
|
return sb;
|
|
|
}
|
|
|
|
|
|
public void setSb(String sb) {
|
|
|
this.sb = sb;
|
|
|
}
|
|
|
|
|
|
public String getSbmc() {
|
|
|
return sbmc;
|
|
|
}
|
|
|
|
|
|
public void setSbmc(String sbmc) {
|
|
|
this.sbmc = sbmc;
|
|
|
}
|
|
|
|
|
|
public String getZymc() {
|
|
|
return zymc;
|
|
|
}
|
|
|
|
|
|
public void setZymc(String zymc) {
|
|
|
this.zymc = zymc;
|
|
|
}
|
|
|
|
|
|
public String getDw() {
|
|
|
return dw;
|
|
|
}
|
|
|
|
|
|
public void setDw(String dw) {
|
|
|
this.dw = dw;
|
|
|
}
|
|
|
|
|
|
public String getDz() {
|
|
|
return dz;
|
|
|
}
|
|
|
|
|
|
public void setDz(String dz) {
|
|
|
this.dz = dz;
|
|
|
}
|
|
|
|
|
|
public String getGz() {
|
|
|
return gz;
|
|
|
}
|
|
|
|
|
|
public void setGz(String gz) {
|
|
|
this.gz = gz;
|
|
|
}
|
|
|
|
|
|
public String getZczt() {
|
|
|
return zczt;
|
|
|
}
|
|
|
|
|
|
public void setZczt(String zczt) {
|
|
|
this.zczt = zczt;
|
|
|
}
|
|
|
|
|
|
public String getBsyl() {
|
|
|
return bsyl;
|
|
|
}
|
|
|
|
|
|
public void setBsyl(String bsyl) {
|
|
|
this.bsyl = bsyl;
|
|
|
}
|
|
|
|
|
|
public String getBqyl() {
|
|
|
return bqyl;
|
|
|
}
|
|
|
|
|
|
public void setBqyl(String bqyl) {
|
|
|
this.bqyl = bqyl;
|
|
|
}
|
|
|
|
|
|
public String getXcnr() {
|
|
|
return xcnr;
|
|
|
}
|
|
|
|
|
|
public void setXcnr(String xcnr) {
|
|
|
this.xcnr = xcnr;
|
|
|
}
|
|
|
|
|
|
public String getCbsz() {
|
|
|
return cbsz;
|
|
|
}
|
|
|
|
|
|
public void setCbsz(String cbsz) {
|
|
|
this.cbsz = cbsz;
|
|
|
}
|
|
|
|
|
|
public String getDjsj() {
|
|
|
return djsj;
|
|
|
}
|
|
|
|
|
|
public void setDjsj(String djsj) {
|
|
|
this.djsj = djsj;
|
|
|
}
|
|
|
|
|
|
public String getZcmc() {
|
|
|
return zcmc;
|
|
|
}
|
|
|
|
|
|
public void setZcmc(String zcmc) {
|
|
|
this.zcmc = zcmc;
|
|
|
}
|
|
|
|
|
|
public String getCbr() {
|
|
|
return cbr;
|
|
|
}
|
|
|
|
|
|
public void setCbr(String cbr) {
|
|
|
this.cbr = cbr;
|
|
|
}
|
|
|
|
|
|
public String getFxnr() {
|
|
|
return fxnr;
|
|
|
}
|
|
|
|
|
|
public void setFxnr(String fxnr) {
|
|
|
this.fxnr = fxnr;
|
|
|
}
|
|
|
|
|
|
public String getSmfs() {
|
|
|
return smfs;
|
|
|
}
|
|
|
|
|
|
public void setSmfs(String smfs) {
|
|
|
this.smfs = smfs;
|
|
|
}
|
|
|
|
|
|
public String getDpx() {
|
|
|
return dpx;
|
|
|
}
|
|
|
|
|
|
public void setDpx(String dpx) {
|
|
|
this.dpx = dpx;
|
|
|
}
|
|
|
|
|
|
public String getSisData() {
|
|
|
return sisData;
|
|
|
}
|
|
|
|
|
|
public void setSisData(String sisData) {
|
|
|
this.sisData = sisData;
|
|
|
}
|
|
|
|
|
|
public String getLRFS() {
|
|
|
return LRFS;
|
|
|
}
|
|
|
|
|
|
public void setLRFS(String LRFS) {
|
|
|
this.LRFS = LRFS;
|
|
|
}
|
|
|
|
|
|
public String getMRNR() {
|
|
|
return MRNR;
|
|
|
}
|
|
|
|
|
|
public void setMRNR(String MRNR) {
|
|
|
this.MRNR = MRNR;
|
|
|
}
|
|
|
|
|
|
public XSJJHXZDataBean getXsjjhxzDataBean() {
|
|
|
return xsjjhxzDataBean;
|
|
|
}
|
|
|
|
|
|
public void setXsjjhxzDataBean(XSJJHXZDataBean xsjjhxzDataBean) {
|
|
|
this.xsjjhxzDataBean = xsjjhxzDataBean;
|
|
|
}
|
|
|
|
|
|
public boolean isChecked() {
|
|
|
return checked;
|
|
|
}
|
|
|
|
|
|
public void setChecked(boolean checked) {
|
|
|
this.checked = checked;
|
|
|
}
|
|
|
|
|
|
public boolean isUploaded() {
|
|
|
return uploaded;
|
|
|
}
|
|
|
|
|
|
public void setUploaded(boolean uploaded) {
|
|
|
this.uploaded = uploaded;
|
|
|
}
|
|
|
|
|
|
public boolean isDeleted() {
|
|
|
return deleted;
|
|
|
}
|
|
|
|
|
|
public void setDeleted(boolean deleted) {
|
|
|
this.deleted = deleted;
|
|
|
}
|
|
|
|
|
|
public String getDATE() {
|
|
|
return DATE;
|
|
|
}
|
|
|
|
|
|
public void setDATE(String DATE) {
|
|
|
this.DATE = DATE;
|
|
|
}
|
|
|
|
|
|
public String getZxid() {
|
|
|
return zxid;
|
|
|
}
|
|
|
|
|
|
public void setZxid(String zxid) {
|
|
|
this.zxid = zxid;
|
|
|
}
|
|
|
|
|
|
public String getSBMCSTATE() {
|
|
|
return SBMCSTATE;
|
|
|
}
|
|
|
|
|
|
public void setSBMCSTATE(String SBMCSTATE) {
|
|
|
this.SBMCSTATE = SBMCSTATE;
|
|
|
}
|
|
|
|
|
|
public String getSBMCSTATEVALUE() {
|
|
|
return SBMCSTATEVALUE;
|
|
|
}
|
|
|
|
|
|
public void setSBMCSTATEVALUE(String SBMCSTATEVALUE) {
|
|
|
this.SBMCSTATEVALUE = SBMCSTATEVALUE;
|
|
|
}
|
|
|
|
|
|
public String getSbid() {
|
|
|
return sbid;
|
|
|
}
|
|
|
|
|
|
public void setSbid(String sbid) {
|
|
|
this.sbid = sbid;
|
|
|
}
|
|
|
|
|
|
public String getCJJG() {
|
|
|
return CJJG;
|
|
|
}
|
|
|
|
|
|
public void setCJJG(String CJJG) {
|
|
|
this.CJJG = CJJG;
|
|
|
}
|
|
|
|
|
|
public String getBJMC() {
|
|
|
return BJMC;
|
|
|
}
|
|
|
|
|
|
public void setBJMC(String BJMC) {
|
|
|
this.BJMC = BJMC;
|
|
|
}
|
|
|
|
|
|
public String getNfcbm() {
|
|
|
return nfcbm;
|
|
|
}
|
|
|
|
|
|
public void setNfcbm(String nfcbm) {
|
|
|
this.nfcbm = nfcbm;
|
|
|
}
|
|
|
|
|
|
public String getTxm() {
|
|
|
return txm;
|
|
|
}
|
|
|
|
|
|
public void setTxm(String txm) {
|
|
|
this.txm = txm;
|
|
|
}
|
|
|
|
|
|
public String getTJXJZT() {
|
|
|
return TJXJZT;
|
|
|
}
|
|
|
|
|
|
public void setTJXJZT(String TJXJZT) {
|
|
|
this.TJXJZT = TJXJZT;
|
|
|
}
|
|
|
|
|
|
public String getSecond() {
|
|
|
return second;
|
|
|
}
|
|
|
|
|
|
public void setSecond(String second) {
|
|
|
this.second = second;
|
|
|
}
|
|
|
|
|
|
public String getUsername() {
|
|
|
return username;
|
|
|
}
|
|
|
|
|
|
public void setUsername(String username) {
|
|
|
this.username = username;
|
|
|
}
|
|
|
|
|
|
public String getJhmc() {
|
|
|
return jhmc;
|
|
|
}
|
|
|
|
|
|
public void setJhmc(String jhmc) {
|
|
|
this.jhmc = jhmc;
|
|
|
}
|
|
|
|
|
|
public String getQybh() {
|
|
|
return qybh;
|
|
|
}
|
|
|
|
|
|
public void setQybh(String qybh) {
|
|
|
this.qybh = qybh;
|
|
|
}
|
|
|
|
|
|
public String getQymc() {
|
|
|
return qymc;
|
|
|
}
|
|
|
|
|
|
public void setQymc(String qymc) {
|
|
|
this.qymc = qymc;
|
|
|
}
|
|
|
|
|
|
|
|
|
public String getTYJCZT() {
|
|
|
return TYJCZT;
|
|
|
}
|
|
|
|
|
|
public void setTYJCZT(String TYJCZT) {
|
|
|
this.TYJCZT = TYJCZT;
|
|
|
}
|
|
|
|
|
|
public String getPhotos() {
|
|
|
return photos;
|
|
|
}
|
|
|
|
|
|
public void setPhotos(String photos) {
|
|
|
this.photos = photos;
|
|
|
}
|
|
|
|
|
|
public String getXcms() {
|
|
|
return xcms;
|
|
|
}
|
|
|
|
|
|
public void setXcms(String xcms) {
|
|
|
this.xcms = xcms;
|
|
|
}
|
|
|
|
|
|
public String getKksCode() {
|
|
|
return kksCode;
|
|
|
}
|
|
|
|
|
|
public void setKksCode(String kksCode) {
|
|
|
this.kksCode = kksCode;
|
|
|
}
|
|
|
|
|
|
public String getKksDesc() {
|
|
|
return kksDesc;
|
|
|
}
|
|
|
|
|
|
public void setKksDesc(String kksDesc) {
|
|
|
this.kksDesc = kksDesc;
|
|
|
}
|
|
|
|
|
|
public String getUPPERACTION() {
|
|
|
return UPPERACTION;
|
|
|
}
|
|
|
|
|
|
public void setUPPERACTION(String UPPERACTION) {
|
|
|
this.UPPERACTION = UPPERACTION;
|
|
|
}
|
|
|
|
|
|
public String getLOWERACTION() {
|
|
|
return LOWERACTION;
|
|
|
}
|
|
|
|
|
|
public void setLOWERACTION(String LOWERACTION) {
|
|
|
this.LOWERACTION = LOWERACTION;
|
|
|
}
|
|
|
|
|
|
public String getUPPERWARNING() {
|
|
|
return UPPERWARNING;
|
|
|
}
|
|
|
|
|
|
public void setUPPERWARNING(String UPPERWARNING) {
|
|
|
this.UPPERWARNING = UPPERWARNING;
|
|
|
}
|
|
|
|
|
|
public String getLOWERWARNING() {
|
|
|
return LOWERWARNING;
|
|
|
}
|
|
|
|
|
|
public void setLOWERWARNING(String LOWERWARNING) {
|
|
|
this.LOWERWARNING = LOWERWARNING;
|
|
|
}
|
|
|
|
|
|
public String getPOINTNAME() {
|
|
|
return POINTNAME;
|
|
|
}
|
|
|
|
|
|
public void setPOINTNAME(String POINTNAME) {
|
|
|
this.POINTNAME = POINTNAME;
|
|
|
}
|
|
|
|
|
|
public String getUNITOFMEASURE() {
|
|
|
return UNITOFMEASURE;
|
|
|
}
|
|
|
|
|
|
public void setUNITOFMEASURE(String UNITOFMEASURE) {
|
|
|
this.UNITOFMEASURE = UNITOFMEASURE;
|
|
|
}
|
|
|
|
|
|
public String getUPPERACTIONSTOP() {
|
|
|
return UPPERACTIONSTOP;
|
|
|
}
|
|
|
|
|
|
public void setUPPERACTIONSTOP(String UPPERACTIONSTOP) {
|
|
|
this.UPPERACTIONSTOP = UPPERACTIONSTOP;
|
|
|
}
|
|
|
|
|
|
public String getLOWERACTIONSTOP() {
|
|
|
return LOWERACTIONSTOP;
|
|
|
}
|
|
|
|
|
|
public void setLOWERACTIONSTOP(String LOWERACTIONSTOP) {
|
|
|
this.LOWERACTIONSTOP = LOWERACTIONSTOP;
|
|
|
}
|
|
|
|
|
|
public String getUPPERWARNINGSTOP() {
|
|
|
return UPPERWARNINGSTOP;
|
|
|
}
|
|
|
|
|
|
public void setUPPERWARNINGSTOP(String UPPERWARNINGSTOP) {
|
|
|
this.UPPERWARNINGSTOP = UPPERWARNINGSTOP;
|
|
|
}
|
|
|
|
|
|
public String getLOWERWARNINGSTOP() {
|
|
|
return LOWERWARNINGSTOP;
|
|
|
}
|
|
|
|
|
|
public void setLOWERWARNINGSTOP(String LOWERWARNINGSTOP) {
|
|
|
this.LOWERWARNINGSTOP = LOWERWARNINGSTOP;
|
|
|
}
|
|
|
|
|
|
public String getFirstAssembling() {
|
|
|
return firstAssembling;
|
|
|
}
|
|
|
|
|
|
public void setFirstAssembling(String firstAssembling) {
|
|
|
this.firstAssembling = firstAssembling;
|
|
|
}
|
|
|
|
|
|
public String getSecondAssembling() {
|
|
|
return secondAssembling;
|
|
|
}
|
|
|
|
|
|
public void setSecondAssembling(String secondAssembling) {
|
|
|
this.secondAssembling = secondAssembling;
|
|
|
}
|
|
|
|
|
|
public String getSisno() {
|
|
|
return sisno;
|
|
|
}
|
|
|
|
|
|
public void setSisno(String sisno) {
|
|
|
this.sisno = sisno;
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
public int describeContents() {
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
public void writeToParcel(Parcel dest, int flags) {
|
|
|
dest.writeLong(this.id);
|
|
|
dest.writeString(this.scid);
|
|
|
dest.writeString(this.dbh);
|
|
|
dest.writeString(this.dlxbh);
|
|
|
dest.writeString(this.dlxmc);
|
|
|
dest.writeString(this.sbid);
|
|
|
dest.writeString(this.sb);
|
|
|
dest.writeString(this.sbmc);
|
|
|
dest.writeString(this.zymc);
|
|
|
dest.writeString(this.dw);
|
|
|
dest.writeString(this.dz);
|
|
|
dest.writeString(this.gz);
|
|
|
dest.writeString(this.zczt);
|
|
|
dest.writeString(this.bsyl);
|
|
|
dest.writeString(this.bqyl);
|
|
|
dest.writeString(this.xcnr);
|
|
|
dest.writeString(this.cbsz);
|
|
|
dest.writeString(this.djsj);
|
|
|
dest.writeString(this.zcmc);
|
|
|
dest.writeString(this.cbr);
|
|
|
dest.writeString(this.fxnr);
|
|
|
dest.writeString(this.smfs);
|
|
|
dest.writeString(this.dpx);
|
|
|
dest.writeString(this.sisData);
|
|
|
dest.writeString(this.LRFS);
|
|
|
dest.writeString(this.MRNR);
|
|
|
dest.writeByte(this.checked ? (byte) 1 : (byte) 0);
|
|
|
dest.writeByte(this.uploaded ? (byte) 1 : (byte) 0);
|
|
|
dest.writeByte(this.deleted ? (byte) 1 : (byte) 0);
|
|
|
dest.writeString(this.DATE);
|
|
|
dest.writeString(this.zxid);
|
|
|
dest.writeString(this.SBMCSTATE);
|
|
|
dest.writeString(this.SBMCSTATEVALUE);
|
|
|
dest.writeString(this.CJJG);
|
|
|
dest.writeString(this.BJMC);
|
|
|
dest.writeString(this.nfcbm);
|
|
|
dest.writeString(this.txm);
|
|
|
dest.writeString(this.TJXJZT);
|
|
|
dest.writeString(this.second);
|
|
|
dest.writeString(this.username);
|
|
|
dest.writeString(this.jhmc);
|
|
|
dest.writeString(this.qybh);
|
|
|
dest.writeString(this.qymc);
|
|
|
dest.writeString(this.TYJCZT);
|
|
|
dest.writeString(this.photos);
|
|
|
dest.writeString(this.xcms);
|
|
|
dest.writeString(this.kksCode);
|
|
|
dest.writeString(this.kksDesc);
|
|
|
dest.writeString(this.UPPERACTION);
|
|
|
dest.writeString(this.LOWERACTION);
|
|
|
dest.writeString(this.UPPERWARNING);
|
|
|
dest.writeString(this.LOWERWARNING);
|
|
|
dest.writeString(this.POINTNAME);
|
|
|
dest.writeString(this.UNITOFMEASURE);
|
|
|
|
|
|
dest.writeString(this.UPPERACTIONSTOP);
|
|
|
dest.writeString(this.LOWERACTIONSTOP);
|
|
|
dest.writeString(this.UPPERWARNINGSTOP);
|
|
|
dest.writeString(this.LOWERWARNINGSTOP);
|
|
|
dest.writeString(this.firstAssembling);
|
|
|
dest.writeString(this.secondAssembling);
|
|
|
dest.writeString(this.sisno);
|
|
|
|
|
|
}
|
|
|
|
|
|
public XSJJHDataBean() {
|
|
|
}
|
|
|
|
|
|
protected XSJJHDataBean(Parcel in) {
|
|
|
this.id = in.readLong();
|
|
|
this.scid = in.readString();
|
|
|
this.dbh = in.readString();
|
|
|
this.dlxbh = in.readString();
|
|
|
this.dlxmc = in.readString();
|
|
|
this.sbid = in.readString();
|
|
|
this.sb = in.readString();
|
|
|
this.sbmc = in.readString();
|
|
|
this.zymc = in.readString();
|
|
|
this.dw = in.readString();
|
|
|
this.dz = in.readString();
|
|
|
this.gz = in.readString();
|
|
|
this.zczt = in.readString();
|
|
|
this.bsyl = in.readString();
|
|
|
this.bqyl = in.readString();
|
|
|
this.xcnr = in.readString();
|
|
|
this.cbsz = in.readString();
|
|
|
this.djsj = in.readString();
|
|
|
this.zcmc = in.readString();
|
|
|
this.cbr = in.readString();
|
|
|
this.fxnr = in.readString();
|
|
|
this.smfs = in.readString();
|
|
|
this.dpx = in.readString();
|
|
|
this.sisData = in.readString();
|
|
|
this.LRFS = in.readString();
|
|
|
this.MRNR = in.readString();
|
|
|
this.checked = in.readByte() != 0;
|
|
|
this.uploaded = in.readByte() != 0;
|
|
|
this.deleted = in.readByte() != 0;
|
|
|
this.DATE = in.readString();
|
|
|
this.zxid = in.readString();
|
|
|
this.SBMCSTATE = in.readString();
|
|
|
this.SBMCSTATEVALUE = in.readString();
|
|
|
this.CJJG = in.readString();
|
|
|
this.BJMC = in.readString();
|
|
|
this.nfcbm = in.readString();
|
|
|
this.txm = in.readString();
|
|
|
this.TJXJZT = in.readString();
|
|
|
this.second = in.readString();
|
|
|
this.username = in.readString();
|
|
|
this.jhmc = in.readString();
|
|
|
this.qybh = in.readString();
|
|
|
this.qymc = in.readString();
|
|
|
this.TYJCZT = in.readString();
|
|
|
this.photos = in.readString();
|
|
|
this.xcms = in.readString();
|
|
|
|
|
|
this.kksCode = in.readString();
|
|
|
this.kksDesc = in.readString();
|
|
|
this.UPPERACTION = in.readString();
|
|
|
this.LOWERACTION = in.readString();
|
|
|
this.UPPERWARNING = in.readString();
|
|
|
this.LOWERWARNING = in.readString();
|
|
|
this.POINTNAME = in.readString();
|
|
|
this.UNITOFMEASURE = in.readString();
|
|
|
|
|
|
this.UPPERACTIONSTOP = in.readString();
|
|
|
this.LOWERACTIONSTOP = in.readString();
|
|
|
this.UPPERWARNINGSTOP = in.readString();
|
|
|
this.LOWERWARNINGSTOP = in.readString();
|
|
|
this.firstAssembling = in.readString();
|
|
|
this.secondAssembling = in.readString();
|
|
|
this.sisno = in.readString();
|
|
|
|
|
|
}
|
|
|
|
|
|
public static final Creator<XSJJHDataBean> CREATOR = new Creator<XSJJHDataBean>() {
|
|
|
@Override
|
|
|
public XSJJHDataBean createFromParcel(Parcel source) {
|
|
|
return new XSJJHDataBean(source);
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
public XSJJHDataBean[] newArray(int size) {
|
|
|
return new XSJJHDataBean[size];
|
|
|
}
|
|
|
};
|
|
|
}
|