public abstract class AbstractRecord extends Object implements Record
Record
implementation that represents a single database
entry. Subclasses will give detailed methods for reading the entry's content.Modifier and Type | Field and Description |
---|---|
static int |
ATTR_BUSY |
static int |
ATTR_DELETE |
static int |
ATTR_DIRTY |
static int |
ATTR_SECRET |
Constructor and Description |
---|
AbstractRecord(int attribute)
Create a new Entry.
|
Modifier and Type | Method and Description |
---|---|
int |
getCategoryIndex()
Returns the category index of this entry.
|
boolean |
isBusy()
Is this entry busy?
|
boolean |
isDelete()
Is this entry deleted?
|
boolean |
isDirty()
Is this entry dirty?
|
boolean |
isSecret()
Is this entry secret?
|
public static final int ATTR_SECRET
public static final int ATTR_BUSY
public static final int ATTR_DIRTY
public static final int ATTR_DELETE
public AbstractRecord(int attribute)
attribute
- Entry attributes (see ATTR constants)public int getCategoryIndex()
Record
getCategoryIndex
in interface Record
Copyright © 2009–2017. All rights reserved.