You should not call getters and setters from the constructor. A constructor constructs the specific class in which it is defined. It is its job to initialise the fields because – well – nothing else will. The only way to guarantee initialising the fields is to assign them.