public class Property extends Object implements KeePassFileElement
Entry.
All properties like username or password of an Entry are represented with this class.| Constructor and Description |
|---|
Property(String key,
String value,
boolean isProtected) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKey() |
PropertyValue |
getPropertyValue() |
String |
getValue() |
int |
hashCode() |
boolean |
isProtected() |
String |
toString() |
public String getKey()
public String getValue()
public boolean isProtected()
public PropertyValue getPropertyValue()
Copyright © 2016. All rights reserved.