@Deprecated public class AppModuleImpl extends ModuleImpl implements AppModule
Modifier and Type | Field and Description |
---|---|
private boolean |
draft
Deprecated.
|
private java.util.Date |
edited
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
AppModuleImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(CopyFrom obj)
Deprecated.
Copy from other module
|
java.lang.Boolean |
getDraft()
Deprecated.
True if entry is draft
|
java.util.Date |
getEdited()
Deprecated.
Time of last edit
|
java.lang.Class<AppModule> |
getInterface()
Deprecated.
Get interface class of module
|
void |
setDraft(java.lang.Boolean draft)
Deprecated.
Set to true if entry is draft
|
void |
setEdited(java.util.Date edited)
Deprecated.
Set time of last edit
|
clone, equals, getUri, hashCode, toString
private static final long serialVersionUID
private boolean draft
private java.util.Date edited
public java.lang.Boolean getDraft()
public void setDraft(java.lang.Boolean draft)
public java.util.Date getEdited()
public void setEdited(java.util.Date edited)
public java.lang.Class<AppModule> getInterface()
getInterface
in interface CopyFrom