public class SOAccount implements RegistrationAccount {
/** Creates a new instance of SunOnlineAccount */
public SOAccount(Map map) {
account = new SunOnlineAccount();
setCity(getValue(map, CITY));
setCompany(getValue(map, COMPANY));
setCountry(getValue(map, COUNTRY));
setPassword(getValue(map, PASSWORD));
setConfirmPassword(getValue(map, CONFIRMPASSWORD));