I have a class that looks like the following:
public class MyClass { private String dPart1; public String getDPart1() { return dPart1; }
For a property private Integer carId;
the setters and getters should be
getCarId() setCarId(Integer carId)