|
|
@ -46,13 +46,13 @@ public class RecipeIfsItem { |
|
|
private String excludeFromCalculationsDb; |
|
|
private String excludeFromCalculationsDb; |
|
|
private String excludeFromAsBuiltDb; |
|
|
private String excludeFromAsBuiltDb; |
|
|
private String lotBatchOriginDb; |
|
|
private String lotBatchOriginDb; |
|
|
private BigDecimal weightShare; |
|
|
|
|
|
|
|
|
private String weightShare; |
|
|
|
|
|
|
|
|
public BigDecimal getWeightShare() { |
|
|
|
|
|
|
|
|
public String getWeightShare() { |
|
|
return weightShare; |
|
|
return weightShare; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void setWeightShare(BigDecimal weightShare) { |
|
|
|
|
|
|
|
|
public void setWeightShare(String weightShare) { |
|
|
this.weightShare = weightShare; |
|
|
this.weightShare = weightShare; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|