Removed needless setter
This commit is contained in:
@@ -39,13 +39,6 @@ public class ProductDTO {
|
|||||||
return productId;
|
return productId;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param newProductId the productId to set
|
|
||||||
*/
|
|
||||||
public void setProductId(final String newProductId) {
|
|
||||||
this.productId = newProductId;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Current product price per piece in Euro.
|
* Current product price per piece in Euro.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user