|
@@ -290,6 +290,30 @@ public class TMonthlyProductionReport extends BaseEntity
|
|
|
@Excel(name = "Product Yield C9")
|
|
|
private String c9Yield;
|
|
|
|
|
|
+ /** EU loss */
|
|
|
+ @Excel(name = "EU loss")
|
|
|
+ private String euLoss;
|
|
|
+
|
|
|
+ /** EU loss rate */
|
|
|
+ @Excel(name = "EU loss rate")
|
|
|
+ private String euLossRate;
|
|
|
+
|
|
|
+ /** AEU loss */
|
|
|
+ @Excel(name = "AEU loss")
|
|
|
+ private String aeuLoss;
|
|
|
+
|
|
|
+ /** AEU loss rate */
|
|
|
+ @Excel(name = "AEU loss rate")
|
|
|
+ private String aeuLossRate;
|
|
|
+
|
|
|
+ /** Total loss */
|
|
|
+ @Excel(name = "Total loss")
|
|
|
+ private String totalLoss;
|
|
|
+
|
|
|
+ /** Total loss rate */
|
|
|
+ @Excel(name = "Total loss rate")
|
|
|
+ private String totalLossRate;
|
|
|
+
|
|
|
public void setId(Long id)
|
|
|
{
|
|
|
this.id = id;
|
|
@@ -722,173 +746,248 @@ public class TMonthlyProductionReport extends BaseEntity
|
|
|
{
|
|
|
return aromaticsOutput;
|
|
|
}
|
|
|
+ public void setGaseityYield(String gaseityYield)
|
|
|
+ {
|
|
|
+ this.gaseityYield = gaseityYield;
|
|
|
+ }
|
|
|
|
|
|
- public String getGaseityYield() {
|
|
|
+ public String getGaseityYield()
|
|
|
+ {
|
|
|
return gaseityYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setGaseityYield(String gaseityYield) {
|
|
|
- this.gaseityYield = gaseityYield;
|
|
|
+ public void setTatalYield(String tatalYield)
|
|
|
+ {
|
|
|
+ this.tatalYield = tatalYield;
|
|
|
}
|
|
|
|
|
|
- public String getTatalYield() {
|
|
|
+ public String getTatalYield()
|
|
|
+ {
|
|
|
return tatalYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setTatalYield(String tatalYield) {
|
|
|
- this.tatalYield = tatalYield;
|
|
|
+ public void setC3C2Yield(String c3C2Yield)
|
|
|
+ {
|
|
|
+ this.c3C2Yield = c3C2Yield;
|
|
|
}
|
|
|
|
|
|
- public String getC3C2Yield() {
|
|
|
+ public String getC3C2Yield()
|
|
|
+ {
|
|
|
return c3C2Yield;
|
|
|
}
|
|
|
-
|
|
|
- public void setC3C2Yield(String c3C2Yield) {
|
|
|
- this.c3C2Yield = c3C2Yield;
|
|
|
+ public void setH2Yield(String h2Yield)
|
|
|
+ {
|
|
|
+ this.h2Yield = h2Yield;
|
|
|
}
|
|
|
|
|
|
- public String getH2Yield() {
|
|
|
+ public String getH2Yield()
|
|
|
+ {
|
|
|
return h2Yield;
|
|
|
}
|
|
|
-
|
|
|
- public void setH2Yield(String h2Yield) {
|
|
|
- this.h2Yield = h2Yield;
|
|
|
+ public void setEthyleneYield(String ethyleneYield)
|
|
|
+ {
|
|
|
+ this.ethyleneYield = ethyleneYield;
|
|
|
}
|
|
|
|
|
|
- public String getEthyleneYield() {
|
|
|
+ public String getEthyleneYield()
|
|
|
+ {
|
|
|
return ethyleneYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setEthyleneYield(String ethyleneYield) {
|
|
|
- this.ethyleneYield = ethyleneYield;
|
|
|
+ public void setPropyleneYield(String propyleneYield)
|
|
|
+ {
|
|
|
+ this.propyleneYield = propyleneYield;
|
|
|
}
|
|
|
|
|
|
- public String getPropyleneYield() {
|
|
|
+ public String getPropyleneYield()
|
|
|
+ {
|
|
|
return propyleneYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setPropyleneYield(String propyleneYield) {
|
|
|
- this.propyleneYield = propyleneYield;
|
|
|
+ public void setC3C4LpgYield(String c3C4LpgYield)
|
|
|
+ {
|
|
|
+ this.c3C4LpgYield = c3C4LpgYield;
|
|
|
}
|
|
|
|
|
|
- public String getC3C4LpgYield() {
|
|
|
+ public String getC3C4LpgYield()
|
|
|
+ {
|
|
|
return c3C4LpgYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setC3C4LpgYield(String c3C4LpgYield) {
|
|
|
- this.c3C4LpgYield = c3C4LpgYield;
|
|
|
+ public void setC4sYield(String c4sYield)
|
|
|
+ {
|
|
|
+ this.c4sYield = c4sYield;
|
|
|
}
|
|
|
|
|
|
- public String getC4sYield() {
|
|
|
+ public String getC4sYield()
|
|
|
+ {
|
|
|
return c4sYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setC4sYield(String c4sYield) {
|
|
|
- this.c4sYield = c4sYield;
|
|
|
+ public void setPoYield(String poYield)
|
|
|
+ {
|
|
|
+ this.poYield = poYield;
|
|
|
}
|
|
|
|
|
|
- public String getPoYield() {
|
|
|
+ public String getPoYield()
|
|
|
+ {
|
|
|
return poYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setPoYield(String poYield) {
|
|
|
- this.poYield = poYield;
|
|
|
+ public void setNaphthaleneYield(String naphthaleneYield)
|
|
|
+ {
|
|
|
+ this.naphthaleneYield = naphthaleneYield;
|
|
|
}
|
|
|
|
|
|
- public String getNaphthaleneYield() {
|
|
|
+ public String getNaphthaleneYield()
|
|
|
+ {
|
|
|
return naphthaleneYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setNaphthaleneYield(String naphthaleneYield) {
|
|
|
- this.naphthaleneYield = naphthaleneYield;
|
|
|
+ public void setEboYield(String eboYield)
|
|
|
+ {
|
|
|
+ this.eboYield = eboYield;
|
|
|
}
|
|
|
|
|
|
- public String getEboYield() {
|
|
|
+ public String getEboYield()
|
|
|
+ {
|
|
|
return eboYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setEboYield(String eboYield) {
|
|
|
- this.eboYield = eboYield;
|
|
|
+ public void setWsYield(String wsYield)
|
|
|
+ {
|
|
|
+ this.wsYield = wsYield;
|
|
|
}
|
|
|
|
|
|
- public String getWsYield() {
|
|
|
+ public String getWsYield()
|
|
|
+ {
|
|
|
return wsYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setWsYield(String wsYield) {
|
|
|
- this.wsYield = wsYield;
|
|
|
+ public void setMethaneYield(String methaneYield)
|
|
|
+ {
|
|
|
+ this.methaneYield = methaneYield;
|
|
|
}
|
|
|
|
|
|
- public String getMethaneYield() {
|
|
|
+ public String getMethaneYield()
|
|
|
+ {
|
|
|
return methaneYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setMethaneYield(String methaneYield) {
|
|
|
- this.methaneYield = methaneYield;
|
|
|
+ public void setOffageYield(String offageYield)
|
|
|
+ {
|
|
|
+ this.offageYield = offageYield;
|
|
|
}
|
|
|
|
|
|
- public String getOffageYield() {
|
|
|
+ public String getOffageYield()
|
|
|
+ {
|
|
|
return offageYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setOffageYield(String offageYield) {
|
|
|
- this.offageYield = offageYield;
|
|
|
+ public void setRpgYield(String rpgYield)
|
|
|
+ {
|
|
|
+ this.rpgYield = rpgYield;
|
|
|
}
|
|
|
|
|
|
- public String getRpgYield() {
|
|
|
+ public String getRpgYield()
|
|
|
+ {
|
|
|
return rpgYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setRpgYield(String rpgYield) {
|
|
|
- this.rpgYield = rpgYield;
|
|
|
+ public void setBenzeneYield(String benzeneYield)
|
|
|
+ {
|
|
|
+ this.benzeneYield = benzeneYield;
|
|
|
}
|
|
|
|
|
|
- public String getBenzeneYield() {
|
|
|
+ public String getBenzeneYield()
|
|
|
+ {
|
|
|
return benzeneYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setBenzeneYield(String benzeneYield) {
|
|
|
- this.benzeneYield = benzeneYield;
|
|
|
+ public void setTolueneYield(String tolueneYield)
|
|
|
+ {
|
|
|
+ this.tolueneYield = tolueneYield;
|
|
|
}
|
|
|
|
|
|
- public String getTolueneYield() {
|
|
|
+ public String getTolueneYield()
|
|
|
+ {
|
|
|
return tolueneYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setTolueneYield(String tolueneYield) {
|
|
|
- this.tolueneYield = tolueneYield;
|
|
|
+ public void setXyleneYield(String xyleneYield)
|
|
|
+ {
|
|
|
+ this.xyleneYield = xyleneYield;
|
|
|
}
|
|
|
|
|
|
- public String getXyleneYield() {
|
|
|
+ public String getXyleneYield()
|
|
|
+ {
|
|
|
return xyleneYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setXyleneYield(String xyleneYield) {
|
|
|
- this.xyleneYield = xyleneYield;
|
|
|
+ public void setC6C8NaYield(String c6C8NaYield)
|
|
|
+ {
|
|
|
+ this.c6C8NaYield = c6C8NaYield;
|
|
|
}
|
|
|
|
|
|
- public String getC6C8NaYield() {
|
|
|
+ public String getC6C8NaYield()
|
|
|
+ {
|
|
|
return c6C8NaYield;
|
|
|
}
|
|
|
-
|
|
|
- public void setC6C8NaYield(String c6C8NaYield) {
|
|
|
- this.c6C8NaYield = c6C8NaYield;
|
|
|
+ public void setC5Yield(String c5Yield)
|
|
|
+ {
|
|
|
+ this.c5Yield = c5Yield;
|
|
|
}
|
|
|
|
|
|
- public String getC5Yield() {
|
|
|
+ public String getC5Yield()
|
|
|
+ {
|
|
|
return c5Yield;
|
|
|
}
|
|
|
-
|
|
|
- public void setC5Yield(String c5Yield) {
|
|
|
- this.c5Yield = c5Yield;
|
|
|
+ public void setC9Yield(String c9Yield)
|
|
|
+ {
|
|
|
+ this.c9Yield = c9Yield;
|
|
|
}
|
|
|
|
|
|
- public String getC9Yield() {
|
|
|
+ public String getC9Yield()
|
|
|
+ {
|
|
|
return c9Yield;
|
|
|
}
|
|
|
+ public void setEuLoss(String euLoss)
|
|
|
+ {
|
|
|
+ this.euLoss = euLoss;
|
|
|
+ }
|
|
|
|
|
|
- public void setC9Yield(String c9Yield) {
|
|
|
- this.c9Yield = c9Yield;
|
|
|
+ public String getEuLoss()
|
|
|
+ {
|
|
|
+ return euLoss;
|
|
|
+ }
|
|
|
+ public void setEuLossRate(String euLossRate)
|
|
|
+ {
|
|
|
+ this.euLossRate = euLossRate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getEuLossRate()
|
|
|
+ {
|
|
|
+ return euLossRate;
|
|
|
+ }
|
|
|
+ public void setAeuLoss(String aeuLoss)
|
|
|
+ {
|
|
|
+ this.aeuLoss = aeuLoss;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAeuLoss()
|
|
|
+ {
|
|
|
+ return aeuLoss;
|
|
|
+ }
|
|
|
+ public void setAeuLossRate(String aeuLossRate)
|
|
|
+ {
|
|
|
+ this.aeuLossRate = aeuLossRate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAeuLossRate()
|
|
|
+ {
|
|
|
+ return aeuLossRate;
|
|
|
+ }
|
|
|
+ public void setTotalLoss(String totalLoss)
|
|
|
+ {
|
|
|
+ this.totalLoss = totalLoss;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTotalLoss()
|
|
|
+ {
|
|
|
+ return totalLoss;
|
|
|
+ }
|
|
|
+ public void setTotalLossRate(String totalLossRate)
|
|
|
+ {
|
|
|
+ this.totalLossRate = totalLossRate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTotalLossRate()
|
|
|
+ {
|
|
|
+ return totalLossRate;
|
|
|
}
|
|
|
|
|
|
@Override
|
|
@@ -963,6 +1062,12 @@ public class TMonthlyProductionReport extends BaseEntity
|
|
|
.append("c6C8NaYield", getC6C8NaYield())
|
|
|
.append("c5Yield", getC5Yield())
|
|
|
.append("c9Yield", getC9Yield())
|
|
|
+ .append("euLoss", getEuLoss())
|
|
|
+ .append("euLossRate", getEuLossRate())
|
|
|
+ .append("aeuLoss", getAeuLoss())
|
|
|
+ .append("aeuLossRate", getAeuLossRate())
|
|
|
+ .append("totalLoss", getTotalLoss())
|
|
|
+ .append("totalLossRate", getTotalLossRate())
|
|
|
.toString();
|
|
|
}
|
|
|
}
|