public class DomEntryWrapper extends org.linguafranca.pwdb.base.AbstractEntry<DomDatabaseWrapper,DomGroupWrapper,DomEntryWrapper,DomIconWrapper>
DomSerializableDatabase as Entry| Constructor and Description |
|---|
DomEntryWrapper(Element element,
DomDatabaseWrapper database,
boolean newElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getBinaryProperty(String name) |
List<String> |
getBinaryPropertyNames() |
Date |
getCreationTime() |
boolean |
getExpires() |
Date |
getExpiryTime() |
DomIconWrapper |
getIcon() |
Date |
getLastAccessTime() |
Date |
getLastModificationTime() |
DomGroupWrapper |
getParent() |
String |
getProperty(String name) |
List<String> |
getPropertyNames() |
UUID |
getUuid() |
boolean |
removeBinaryProperty(String name) |
boolean |
removeProperty(String name) |
void |
setBinaryProperty(String name,
byte[] value) |
void |
setExpires(boolean expires) |
void |
setExpiryTime(Date expiryTime) |
void |
setIcon(DomIconWrapper icon) |
void |
setProperty(String name,
String value) |
protected void |
touch() |
public DomEntryWrapper(Element element, DomDatabaseWrapper database, boolean newElement)
public boolean removeProperty(String name) throws IllegalArgumentException
IllegalArgumentExceptionpublic byte[] getBinaryProperty(String name)
public void setBinaryProperty(String name, byte[] value)
public boolean removeBinaryProperty(String name)
public DomGroupWrapper getParent()
public UUID getUuid()
public DomIconWrapper getIcon()
public void setIcon(DomIconWrapper icon)
public Date getLastAccessTime()
public Date getCreationTime()
public boolean getExpires()
public void setExpires(boolean expires)
public Date getExpiryTime()
public void setExpiryTime(Date expiryTime) throws IllegalArgumentException
IllegalArgumentExceptionpublic Date getLastModificationTime()
protected void touch()
touch in class org.linguafranca.pwdb.base.AbstractEntry<DomDatabaseWrapper,DomGroupWrapper,DomEntryWrapper,DomIconWrapper>Copyright © 2018. All rights reserved.