@Entity(name="ApplicationEntity") public class ApplicationEntity extends Object
| Constructor and Description |
|---|
ApplicationEntity() |
ApplicationEntity(Long id,
String title,
String url,
Long imageFileId,
String description,
boolean active,
boolean isMandatory,
String permissions,
boolean isChangedManually) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getHelpPageUrl() |
Long |
getId() |
Long |
getImageFileId() |
String |
getPermissions() |
String |
getTitle() |
String |
getUrl() |
boolean |
isActive() |
boolean |
isChangedManually() |
boolean |
isMandatory() |
boolean |
isMobile() |
boolean |
isSystem() |
void |
setActive(boolean active) |
void |
setChangedManually(boolean isChangedManually) |
void |
setDescription(String description) |
void |
setHelpPageUrl(String helpPageUrl) |
void |
setId(Long id) |
void |
setImageFileId(Long imageFileId) |
void |
setIsMobile(boolean isMobile) |
void |
setMandatory(boolean mandatory) |
void |
setPermissions(String permissions) |
void |
setSystem(boolean system) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public Long getId()
public void setId(Long id)
id - the id to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic String getHelpPageUrl()
public void setHelpPageUrl(String helpPageUrl)
helpPageUrl - the help page url to setpublic Long getImageFileId()
public void setImageFileId(Long imageFileId)
imageFileId - the imageFileId to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic boolean isActive()
public void setActive(boolean active)
active - the active to setpublic boolean isMandatory()
public void setMandatory(boolean mandatory)
mandatory - the isMandatory to setpublic boolean isMobile()
public void setIsMobile(boolean isMobile)
isMobile - the isMobile to setpublic String getPermissions()
public void setPermissions(String permissions)
permissions - the permissions to setpublic boolean isSystem()
public void setSystem(boolean system)
public boolean isChangedManually()
public void setChangedManually(boolean isChangedManually)
isChangedManually - the isChangedManually to setCopyright © 2003–2021 eXo Platform SAS. All rights reserved.