@Deprecated public interface AppModule extends Module
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URI
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getDraft()
Deprecated.
True if entry is a draft
|
java.util.Date |
getEdited()
Deprecated.
Time of last edit
|
void |
setDraft(java.lang.Boolean draft)
Deprecated.
Set to true if entry is a draft
|
void |
setEdited(java.util.Date edited)
Deprecated.
Set time of last edit
|
copyFrom, getInterface
static final java.lang.String URI
java.lang.Boolean getDraft()
void setDraft(java.lang.Boolean draft)
java.util.Date getEdited()
void setEdited(java.util.Date edited)