public class App extends StaticEntity
| Constructor and Description |
|---|
App(Entity entity) |
App(EntityType entityType) |
App(String name,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
FreemarkerTemplate |
getHtmlTemplate() |
String |
getIconHref() |
String |
getId() |
String |
getName() |
org.molgenis.file.model.FileMeta |
getSourceFiles() |
Boolean |
getUseFreemarkerTemplate() |
boolean |
isActive() |
void |
setActive(boolean isActive) |
void |
setDescription(String description) |
void |
setHtmlTemplate(FreemarkerTemplate htmlTemplate) |
void |
setIconHref(String iconHref) |
void |
setId(String id) |
void |
setName(String name) |
void |
setSourceFiles(String sourcesDirectory) |
void |
setUseFreemarkerTemplate(boolean useFreemarkerTemplate) |
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toStringpublic App(Entity entity)
public App(EntityType entityType)
public App(String name, EntityType entityType)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public void setDescription(String description)
@Nullable public org.molgenis.file.model.FileMeta getSourceFiles()
public void setSourceFiles(String sourcesDirectory)
public boolean isActive()
public void setActive(boolean isActive)
public void setIconHref(String iconHref)
public Boolean getUseFreemarkerTemplate()
public void setUseFreemarkerTemplate(boolean useFreemarkerTemplate)
@Nullable public FreemarkerTemplate getHtmlTemplate()
public void setHtmlTemplate(FreemarkerTemplate htmlTemplate)
Copyright © 2017. All rights reserved.