public class Group extends Object implements KeePassFileElement
Entry| Constructor and Description |
|---|
Group(GroupBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
boolean |
isExpanded()
Retrieves the last expanded status of the group.
|
String |
toString() |
public Group(GroupBuilder builder)
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 Times getTimes()
public boolean isExpanded()
Copyright © 2016. All rights reserved.