public class AutoSaveController
extends java.lang.Object
| Constructor and Description |
|---|
AutoSaveController(Model model)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowed()
Return isAllowed.
|
void |
decreaseAutoSaveNr()
Decrease the Autosave Number.
|
int |
getAutoSaveNr()
Return the Autosave Number.
|
void |
increaseAutoSaveNr()
Increase the Auto save number.
|
public AutoSaveController(Model model)
model - the Modelpublic void increaseAutoSaveNr()
public void decreaseAutoSaveNr()
public int getAutoSaveNr()
public boolean allowed()