public class AppModuleImpl extends ModuleImpl implements AppModule
| Constructor and Description |
|---|
AppModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(CopyFrom obj)
Copy from other module
|
Boolean |
getDraft()
True if entry is draft
|
Date |
getEdited()
Time of last edit
|
Class<AppModule> |
getInterface()
Get interface class of module
|
void |
setDraft(Boolean draft)
Set to true if entry is draft
|
void |
setEdited(Date edited)
Set time of last edit
|
clone, equals, getUri, hashCode, toStringpublic Boolean getDraft()
public void setDraft(Boolean draft)
public void setEdited(Date edited)
public Class<AppModule> getInterface()
getInterface in interface CopyFromCopyright © 2016. All rights reserved.