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

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable
      extended by 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

Field Summary
static String F_DISPLAY_NAME
           
static String F_ENABLED
           
static String F_RESOURCE_NAME
           
 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
 
Constructor Summary
PasswordAccountDto(String oid, String displayName, String resourceName, boolean enabled)
           
PasswordAccountDto(String oid, String displayName, String resourceName, boolean enabled, boolean midpoint)
           
 
Method Summary
 int compareTo(PasswordAccountDto o)
           
 String getDisplayName()
           
 String getOid()
           
 String getResourceName()
           
 boolean isEnabled()
           
 boolean isMidpoint()
           
 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, isSigned, setSelected, setSigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PasswordAccountDto

public PasswordAccountDto(String oid,
                          String displayName,
                          String resourceName,
                          boolean enabled)

PasswordAccountDto

public PasswordAccountDto(String oid,
                          String displayName,
                          String resourceName,
                          boolean enabled,
                          boolean midpoint)
Method Detail

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.