public class Entry extends Object implements KeePassFileElement
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
REFERENCE_PATTERN |
| Constructor and Description |
|---|
Entry(EntryContract entryContract) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Attachment> |
getAttachments() |
String |
getBackgroundColor() |
UUID |
getCustomIconUuid()
Retrieves the custom icon of this group.
|
List<Property> |
getCustomProperties() |
String |
getForegroundColor() |
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)
|
List<Property> |
getReferencedProperties() |
List<String> |
getTags() |
Times |
getTimes() |
String |
getTitle() |
String |
getUrl() |
String |
getUsername() |
UUID |
getUuid() |
int |
hashCode() |
boolean |
isPasswordProtected() |
boolean |
isTitleProtected() |
String |
toString() |
public static Pattern REFERENCE_PATTERN
public Entry(EntryContract entryContract)
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 Times getTimes()
public List<Attachment> getAttachments()
public Property getPropertyByName(String name)
name - the name of the property to findpublic History getHistory()
public String getForegroundColor()
public String getBackgroundColor()
Copyright © 2018. All rights reserved.