Commit 0ef1da81 by Patryk Czarnik

@XmlAccessorType(FIELD)

parent 1418b646
...@@ -3,6 +3,10 @@ package sklep.model; ...@@ -3,6 +3,10 @@ package sklep.model;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Objects; import java.util.Objects;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
@XmlAccessorType(XmlAccessType.FIELD)
public class Product { public class Product {
private Integer productId; private Integer productId;
private String productName; private String productName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment