|
|
@ -77,12 +77,12 @@ public class PlmTechnicalSpecificationSheetData extends PlmTechnicalSpecificatio |
|
|
private String simplexDuplex; |
|
|
private String simplexDuplex; |
|
|
private String repeat; |
|
|
private String repeat; |
|
|
private String hp; |
|
|
private String hp; |
|
|
private Integer across; |
|
|
|
|
|
|
|
|
private String across; |
|
|
private String printCopyPosition; |
|
|
private String printCopyPosition; |
|
|
private String labelSize; |
|
|
private String labelSize; |
|
|
private String vp; |
|
|
private String vp; |
|
|
private Integer down; |
|
|
|
|
|
private Integer actualNumber; |
|
|
|
|
|
|
|
|
private String down; |
|
|
|
|
|
private String actualNumber; |
|
|
private String goodsRollWidth; |
|
|
private String goodsRollWidth; |
|
|
private String newCutter; |
|
|
private String newCutter; |
|
|
private String dimensionTolerance; |
|
|
private String dimensionTolerance; |
|
|
@ -113,11 +113,11 @@ public class PlmTechnicalSpecificationSheetData extends PlmTechnicalSpecificatio |
|
|
this.hp = hp; |
|
|
this.hp = hp; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public Integer getAcross() { |
|
|
|
|
|
|
|
|
public String getAcross() { |
|
|
return across; |
|
|
return across; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void setAcross(Integer across) { |
|
|
|
|
|
|
|
|
public void setAcross(String across) { |
|
|
this.across = across; |
|
|
this.across = across; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -145,19 +145,19 @@ public class PlmTechnicalSpecificationSheetData extends PlmTechnicalSpecificatio |
|
|
this.vp = vp; |
|
|
this.vp = vp; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public Integer getDown() { |
|
|
|
|
|
|
|
|
public String getDown() { |
|
|
return down; |
|
|
return down; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void setDown(Integer down) { |
|
|
|
|
|
|
|
|
public void setDown(String down) { |
|
|
this.down = down; |
|
|
this.down = down; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public Integer getActualNumber() { |
|
|
|
|
|
|
|
|
public String getActualNumber() { |
|
|
return actualNumber; |
|
|
return actualNumber; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void setActualNumber(Integer actualNumber) { |
|
|
|
|
|
|
|
|
public void setActualNumber(String actualNumber) { |
|
|
this.actualNumber = actualNumber; |
|
|
this.actualNumber = actualNumber; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|