public class Entry extends Object implements KeePassFileElement
| Constructor and Description |
|---|
Entry(EntryBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
UUID |
getCustomIconUuid()
Retrieves the custom icon of this group.
|
List<Property> |
getCustomProperties() |
History |
getHistory() |
byte[] |
getIconData()
Returns the raw data of either the custom icon (if specified) or the
chosen stock icon.
|
int |
getIconId()
Returns the icon id of this group.
|
String |
getNotes() |
String |
getPassword() |
List<Property> |
getProperties() |
Property |
getPropertyByName(String name)
Retrieves a property by it's name (ignores case)
|
String |
getTitle() |
String |
getUrl() |
String |
getUsername() |
UUID |
getUuid() |
int |
hashCode() |
boolean |
isPasswordProtected() |
boolean |
isTitleProtected() |
String |
toString() |
public Entry(EntryBuilder builder)
public UUID getUuid()
public int getIconId()
public UUID getCustomIconUuid()
public byte[] getIconData()
public String getTitle()
public String getPassword()
public String getUrl()
public String getNotes()
public String getUsername()
public boolean isTitleProtected()
public boolean isPasswordProtected()
public Property getPropertyByName(String name)
name - the name of the property to findpublic History getHistory()
Copyright © 2016. All rights reserved.