package com.northglass.entity;
|
|
import java.util.Date;
|
|
import javax.persistence.Entity;
|
import javax.persistence.JoinColumn;
|
import javax.persistence.ManyToOne;
|
import javax.persistence.Table;
|
|
@Entity
|
@Table(name="gmms_galss_task")
|
public class GalssTask extends IdEntity{
|
|
private Long rank;
|
private Long galssId;
|
private Long typeId;
|
private Long outRank;
|
private double width;
|
private double height;
|
private double thickness;
|
private String gcNumber;
|
private double gcWidth;
|
private double gcHeight;
|
private int gcStockid;
|
private String color;
|
private String edgWidth;
|
private String edgHeight;
|
private String chamferSize;
|
private int galssType;
|
private int stopPosition;
|
private String edgSpeed1;
|
private String edgSpeed2;
|
private int fineThrowing;
|
private String workState;
|
private String workProcedure;
|
private Long slicecageRank;
|
private String dropFrame;
|
private String slicecageFlag;
|
private Date startTime;
|
private Date finshTime;
|
private String processcardId;
|
private String engineeringId;
|
private int brokenState;
|
private int stopRank;
|
private int workProcedureNumber;
|
|
|
private PatternTask patternTask;
|
|
|
public Long getRank() {
|
return rank;
|
}
|
public void setRank(Long rank) {
|
this.rank = rank;
|
}
|
public Long getTypeId() {
|
return typeId;
|
}
|
public void setTypeId(Long typeId) {
|
this.typeId = typeId;
|
}
|
|
public Long getGalssId() {
|
return galssId;
|
}
|
public void setGalssId(Long galssId) {
|
this.galssId = galssId;
|
}
|
|
public Long getOutRank() {
|
return outRank;
|
}
|
public void setOutRank(Long outRank) {
|
this.outRank = outRank;
|
}
|
|
public String getWorkState() {
|
return workState;
|
}
|
public void setWorkState(String workState) {
|
this.workState = workState;
|
}
|
|
public String getColor() {
|
return color;
|
}
|
public void setColor(String color) {
|
this.color = color;
|
}
|
|
public String getWorkProcedure() {
|
return workProcedure;
|
}
|
public void setWorkProcedure(String workProcedure) {
|
this.workProcedure = workProcedure;
|
}
|
|
|
|
|
public double getWidth() {
|
return width;
|
}
|
public void setWidth(double width) {
|
this.width = width;
|
}
|
|
public double getHeight() {
|
return height;
|
}
|
public void setHeight(double height) {
|
this.height = height;
|
}
|
|
public double getThickness() {
|
return thickness;
|
}
|
public void setThickness(double thickness) {
|
this.thickness = thickness;
|
}
|
|
public String getEdgWidth() {
|
return edgWidth;
|
}
|
public void setEdgWidth(String edgWidth) {
|
this.edgWidth = edgWidth;
|
}
|
|
public String getEdgHeight() {
|
return edgHeight;
|
}
|
public void setEdgHeight(String edgHeight) {
|
this.edgHeight = edgHeight;
|
}
|
|
public String getChamferSize() {
|
return chamferSize;
|
}
|
public void setChamferSize(String chamferSize) {
|
this.chamferSize = chamferSize;
|
}
|
|
public int getGalssType() {
|
return galssType;
|
}
|
public void setGalssType(int galssType) {
|
this.galssType = galssType;
|
}
|
|
public String getEdgSpeed1() {
|
return edgSpeed1;
|
}
|
public void setEdgSpeed1(String edgSpeed1) {
|
this.edgSpeed1 = edgSpeed1;
|
}
|
|
public String getEdgSpeed2() {
|
return edgSpeed2;
|
}
|
public void setEdgSpeed2(String edgSpeed2) {
|
this.edgSpeed2 = edgSpeed2;
|
}
|
|
public int getFineThrowing() {
|
return fineThrowing;
|
}
|
public void setFineThrowing(int fineThrowing) {
|
this.fineThrowing = fineThrowing;
|
}
|
|
public Long getSlicecageRank() {
|
return slicecageRank;
|
}
|
public void setSlicecageRank(Long slicecageRank) {
|
this.slicecageRank = slicecageRank;
|
}
|
|
public String getDropFrame() {
|
return dropFrame;
|
}
|
public void setDropFrame(String dropFrame) {
|
this.dropFrame = dropFrame;
|
}
|
|
public String getSlicecageFlag() {
|
return slicecageFlag;
|
}
|
public void setSlicecageFlag(String slicecageFlag) {
|
this.slicecageFlag = slicecageFlag;
|
}
|
|
public Date getStartTime() {
|
return startTime;
|
}
|
public void setStartTime(Date startTime) {
|
this.startTime = startTime;
|
}
|
|
public Date getFinshTime() {
|
return finshTime;
|
}
|
public void setFinshTime(Date finshTime) {
|
this.finshTime = finshTime;
|
}
|
|
|
public int getBrokenState() {
|
return brokenState;
|
}
|
public void setBrokenState(int brokenState) {
|
this.brokenState = brokenState;
|
}
|
|
public int getWorkProcedureNumber() {
|
return workProcedureNumber;
|
}
|
public void setWorkProcedureNumber(int workProcedureNumber) {
|
this.workProcedureNumber = workProcedureNumber;
|
}
|
|
public int getStopRank() {
|
return stopRank;
|
}
|
public void setStopRank(int stopRank) {
|
this.stopRank = stopRank;
|
}
|
|
public String getProcesscardId() {
|
return processcardId;
|
}
|
public void setProcesscardId(String processcardId) {
|
this.processcardId = processcardId;
|
}
|
|
public String getEngineeringId() {
|
return engineeringId;
|
}
|
public void setEngineeringId(String engineeringId) {
|
this.engineeringId = engineeringId;
|
}
|
|
public int getStopPosition() {
|
return stopPosition;
|
}
|
public void setStopPosition(int stopPosition) {
|
this.stopPosition = stopPosition;
|
}
|
|
public int getGcStockid() {
|
return gcStockid;
|
}
|
public void setGcStockid(int gcStockid) {
|
this.gcStockid = gcStockid;
|
}
|
|
public String getGcNumber() {
|
return gcNumber;
|
}
|
public void setGcNumber(String gcNumber) {
|
this.gcNumber = gcNumber;
|
}
|
|
public double getGcWidth() {
|
return gcWidth;
|
}
|
public void setGcWidth(double gcWidth) {
|
this.gcWidth = gcWidth;
|
}
|
|
public double getGcHeight() {
|
return gcHeight;
|
}
|
public void setGcHeight(double gcHeight) {
|
this.gcHeight = gcHeight;
|
}
|
|
|
|
@ManyToOne
|
@JoinColumn(name="pattern_id")
|
public PatternTask getPatternTask() {
|
return patternTask;
|
}
|
|
public void setPatternTask(PatternTask phelfTask) {
|
this.patternTask = phelfTask;
|
}
|
|
}
|