public abstract class DefaultStorable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected SensorStorage |
storage |
| Constructor and Description |
|---|
DefaultStorable() |
DefaultStorable(SensorStorage storage) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doSave() |
void |
save() |
java.lang.String |
toString() |
protected final transient SensorStorage storage
public DefaultStorable()
public DefaultStorable(@Nullable
SensorStorage storage)