public class MyPasswordsDto extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
F_ACCOUNTS |
static String |
F_PASSWORD |
Constructor and Description |
---|
MyPasswordsDto() |
Modifier and Type | Method and Description |
---|---|
List<PasswordAccountDto> |
getAccounts() |
String |
getPassword() |
void |
setPassword(String password) |
public static final String F_ACCOUNTS
public static final String F_PASSWORD
public List<PasswordAccountDto> getAccounts()
public String getPassword()
public void setPassword(String password)
Copyright © 2013 evolveum. All rights reserved.