}
// Copy all (changeable) data fields to admin controller
+ this.adminPhoneController.setPhoneAreaCode(this.getFaxNumber().getPhoneAreaCode());
this.adminPhoneController.setPhoneCountry(this.getFaxNumber().getPhoneCountry());
this.adminPhoneController.setPhoneNumber(this.getFaxNumber().getPhoneNumber());
}
}
// Copy all (changeable) data fields to admin controller
+ this.adminPhoneController.setPhoneAreaCode(this.getLandLineNumber().getPhoneAreaCode());
this.adminPhoneController.setPhoneCountry(this.getLandLineNumber().getPhoneCountry());
this.adminPhoneController.setPhoneNumber(this.getLandLineNumber().getPhoneNumber());
}
/**
* Area code (city dial prefix)
*/
- private Long phoneAreaCode;
+ private Integer phoneAreaCode;
/**
* Generic hone controller
}
@Override
- public Long getPhoneAreaCode () {
+ public Integer getPhoneAreaCode () {
return this.phoneAreaCode;
}
@Override
- public void setPhoneAreaCode (final Long phoneAreaCode) {
+ public void setPhoneAreaCode (final Integer phoneAreaCode) {
this.phoneAreaCode = phoneAreaCode;
}
* <p>
* @return Phone area code
*/
- Long getPhoneAreaCode ();
+ Integer getPhoneAreaCode ();
/**
* Setter for phone area code
* <p>
* @param phoneAreaCode Phone area code
*/
- void setPhoneAreaCode (final Long phoneAreaCode);
+ void setPhoneAreaCode (final Integer phoneAreaCode);
/**
* Getter for phone country (for dial prefix)