returnReturns the accounts. return accounts;
return accounts;
returnReturns the address. return address;
return address;
returnReturns the id. return id;
return id;
returnReturns the name. return name;
return name;
return systems;
returnReturns the userId. return userId;
return userId;
paramaccounts The accounts to set. this.accounts = accounts;
this.accounts = accounts;
paramaddress The address to set. this.address = address;
this.address = address;
paramid The id to set. this.id = id;
this.id = id;
paramname The name to set. this.name = name;
this.name = name;
this.systems = systems;
paramuserId The userId to set. this.userId = userId;
this.userId = userId;