public interface NFEModelObject
| Modifier and Type | Field and Description |
|---|---|
static byte |
EFLAG_EXISTING
If this flag is on, it means the object was loaded from the database
|
static byte |
EFLAG_REMOVED
If this flag is on, it means the object was removed from the model
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEditionFlag(byte flag)
Turns on a single flag
|
boolean |
containsEditionFlag(byte flag)
Tells whether the flag is on
|
byte |
getEditionFlags()
Gets all the active flags
|
void |
removeEditionFlag(byte flag)
Sets the given flags off
|
void |
setEditionFlags(byte flags)
Sets the given flags on
|
static final byte EFLAG_EXISTING
static final byte EFLAG_REMOVED
void setEditionFlags(byte flags)
flags - a mask with the flags to turn onbyte getEditionFlags()
void addEditionFlag(byte flag)
flag - a flagvoid removeEditionFlag(byte flag)
flag - a bit maskboolean containsEditionFlag(byte flag)
flag - a bit mask