de.willuhn.datasource.rmi.Changeable
, de.willuhn.datasource.rmi.DBObject
, de.willuhn.datasource.GenericObject
, HibiscusDBObject
, java.rmi.Remote
, de.willuhn.datasource.rmi.Transactionable
KontoImpl
, UmsatzImpl
public interface Flaggable extends HibiscusDBObject
Modifier and Type | Method | Description |
---|---|---|
int |
getFlags() |
Liefert ein Bit-Feld mit Flags.
|
boolean |
hasFlag(int flag) |
Prueft, ob das angegebene Flag vorhanden ist.
|
void |
setFlags(int flags) |
Speichert die Flags einen Objektes.
|
clear, delete, isNewObject, overwrite, store
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, getPrimaryAttribute, load, removeDeleteListener, removeStoreListener
getMeta, setMeta
int getFlags() throws java.rmi.RemoteException
java.rmi.RemoteException
void setFlags(int flags) throws java.rmi.RemoteException
flags
- die Flags in Form eines Bit-Feldes.java.rmi.RemoteException
boolean hasFlag(int flag) throws java.rmi.RemoteException
flag
- das zu pruefende Flag.java.rmi.RemoteException