public class UserListItemDto extends Selectable implements InlineMenuable
Modifier and Type | Field and Description |
---|---|
static String |
F_ACCOUNT_COUNT |
static String |
F_EMAIL |
static String |
F_FAMILY_NAME |
static String |
F_FULL_NAME |
static String |
F_GIVEN_NAME |
static String |
F_ICON |
static String |
F_NAME |
F_SELECTED
F_MENU_ITEMS
Constructor and Description |
---|
UserListItemDto(String oid,
String name,
String givenName,
String familyName,
String fullName,
String email) |
Modifier and Type | Method and Description |
---|---|
int |
getAccountCount() |
PrismContainer |
getCredentials() |
String |
getEmail() |
String |
getFamilyName() |
String |
getFullName() |
String |
getGivenName() |
String |
getIcon() |
String |
getIconTitle() |
List<InlineMenuItem> |
getMenuItems() |
String |
getName() |
String |
getOid() |
void |
setAccountCount(int accountCount) |
void |
setCredentials(PrismContainer credentials) |
void |
setIcon(String icon) |
void |
setIconTitle(String iconTitle) |
isSelected, setSelected
public static final String F_ICON
public static final String F_NAME
public static final String F_GIVEN_NAME
public static final String F_FAMILY_NAME
public static final String F_FULL_NAME
public static final String F_ACCOUNT_COUNT
public static final String F_EMAIL
public String getFamilyName()
public String getFullName()
public String getGivenName()
public String getIcon()
public void setIcon(String icon)
public String getIconTitle()
public void setIconTitle(String iconTitle)
public String getName()
public String getOid()
public String getEmail()
public int getAccountCount()
public void setAccountCount(int accountCount)
public PrismContainer getCredentials()
public void setCredentials(PrismContainer credentials)
public List<InlineMenuItem> getMenuItems()
getMenuItems
in interface InlineMenuable
Copyright © 2014 evolveum. All rights reserved.