public class Property extends Object implements KeePassFileElement
| Constructor and Description |
|---|
Property(String key,
String value,
boolean isProtected) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
boolean |
isProtected() |
void |
setKey(String key) |
void |
setParent(KeePassFileElement element) |
void |
setValue(PropertyValue value) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(PropertyValue value)
public boolean isProtected()
public void setParent(KeePassFileElement element)
Copyright © 2015. All rights reserved.