com.evolveum.midpoint.web.page.admin.home.dto
Class PasswordAccountDto
java.lang.Object
com.evolveum.midpoint.web.component.util.Selectable
com.evolveum.midpoint.web.page.admin.home.dto.PasswordAccountDto
- All Implemented Interfaces:
- Serializable, Comparable<PasswordAccountDto>
public class PasswordAccountDto
- extends Selectable
- implements Comparable<PasswordAccountDto>
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
F_DISPLAY_NAME
public static final String F_DISPLAY_NAME
- See Also:
- Constant Field Values
F_RESOURCE_NAME
public static final String F_RESOURCE_NAME
- See Also:
- Constant Field Values
F_ENABLED
public static final String F_ENABLED
- See Also:
- Constant Field Values
PasswordAccountDto
public PasswordAccountDto(String oid,
String displayName,
String resourceName,
boolean enabled)
PasswordAccountDto
public PasswordAccountDto(String oid,
String displayName,
String resourceName,
boolean enabled,
boolean midpoint)
getResourceName
public String getResourceName()
getDisplayName
public String getDisplayName()
isEnabled
public boolean isEnabled()
getOid
public String getOid()
isMidpoint
public boolean isMidpoint()
compareTo
public int compareTo(PasswordAccountDto o)
- Specified by:
compareTo
in interface Comparable<PasswordAccountDto>
Copyright © 2013 evolveum. All Rights Reserved.