public class Entry extends Object implements KeePassFileElement
| Constructor and Description |
|---|
Entry(EntryBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
History |
getHistory() |
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 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.