public class Group extends Object implements KeePassFileElement
Entry| Constructor and Description |
|---|
Group(GroupContract groupContract) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
UUID |
getCustomIconUuid()
Returns the custom icon of this group.
|
List<Entry> |
getEntries()
Retrieves all entries of this group.
|
Entry |
getEntryByTitle(String title)
Retrieves the entry with the given title.
|
List<Group> |
getGroups()
Retrieves all subgroups of this group.
|
byte[] |
getIconData()
Returns the raw data of either the custom icon (if specified) or the
chosen stock icon.
|
int |
getIconId()
Retrieves the icon of this group.
|
String |
getName()
Retrieves the name of the group.
|
Times |
getTimes() |
UUID |
getUuid()
Retrieves the Uuid of this group.
|
int |
hashCode() |
boolean |
isExpanded()
Retrieves the last expanded status of the group.
|
String |
toString() |
public Group(GroupContract groupContract)
public UUID getUuid()
public String getName()
public List<Group> getGroups()
public List<Entry> getEntries()
Entrypublic Entry getEntryByTitle(String title)
title - the title of the entry which should be retrievedpublic int getIconId()
public UUID getCustomIconUuid()
public byte[] getIconData()
public Times getTimes()
public boolean isExpanded()
Copyright © 2018. All rights reserved.