public class Group extends Object implements KeePassFileElement
Entry| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
getEntries()
Retrieves all entries of this group.
|
List<Group> |
getGroups()
Retrieves all subgroups of this group.
|
String |
getName()
Retrieves the name of the group.
|
String |
getUuid()
Retrieves the Uuid of this group.
|
void |
setEntries(List<Entry> entries)
Sets the entries of this group.
|
void |
setGroups(List<Group> groups) |
void |
setName(String name)
Sets the name of the group.
|
void |
setParent(KeePassFileElement element) |
void |
setUuid(String uuid)
Sets the Uuid of this group.
|
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid of this grouppublic String getName()
public void setName(String name)
name - the name of the grouppublic List<Group> getGroups()
public List<Entry> getEntries()
Entrypublic void setEntries(List<Entry> entries)
entries - the entries of this grouppublic void setParent(KeePassFileElement element)
Copyright © 2015. All rights reserved.