com.evolveum.midpoint.web.page.admin.home.dto
Class MyPasswordsDto

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.home.dto.MyPasswordsDto
All Implemented Interfaces:
Serializable

public class MyPasswordsDto
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Field Summary
static String F_ACCOUNTS
           
static String F_PASSWORD
           
 
Constructor Summary
MyPasswordsDto()
           
 
Method Summary
 List<PasswordAccountDto> getAccounts()
           
 String getPassword()
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F_ACCOUNTS

public static final String F_ACCOUNTS
See Also:
Constant Field Values

F_PASSWORD

public static final String F_PASSWORD
See Also:
Constant Field Values
Constructor Detail

MyPasswordsDto

public MyPasswordsDto()
Method Detail

getAccounts

public List<PasswordAccountDto> getAccounts()

getPassword

public String getPassword()

setPassword

public void setPassword(String password)


Copyright © 2013 evolveum. All Rights Reserved.