I have a class that looks like the following:
public class MyClass { private String dPart1; public String getDPart1() { return dPart1; }
The setter & getter should look like this
getdPart1() setdPart1(....)
That's how the setters & getters are generated if generated through an IDE like eclipse.