public class ApplicationForm extends Object
| Constructor and Description |
|---|
ApplicationForm() |
ApplicationForm(String title,
String url,
String description,
boolean active,
boolean byDefault,
String[] permissions,
String imageFileBody,
String imageFileName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getId() |
String |
getImageFileBody() |
String |
getImageFileName() |
String[] |
getPermissions() |
String |
getTitle() |
String |
getUrl() |
boolean |
isActive() |
boolean |
isByDefault() |
void |
setActive(boolean active) |
void |
setByDefault(boolean byDefault) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setImageFileBody(String imageFileBody) |
void |
setImageFileName(String imageFileName) |
void |
setPermissions(String[] permissions) |
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 getDescription()
public void setDescription(String description)
description - the description to setpublic boolean isActive()
public void setActive(boolean active)
active - the active to setpublic boolean isByDefault()
public void setByDefault(boolean byDefault)
byDefault - the byDefault to setpublic String[] getPermissions()
public void setPermissions(String[] permissions)
permissions - the permissions to setpublic String getImageFileBody()
public void setImageFileBody(String imageFileBody)
imageFileBody - the imageFileBody to setpublic String getImageFileName()
public void setImageFileName(String imageFileName)
imageFileName - the imageFileName to setCopyright © 2003–2020 eXo Platform SAS. All rights reserved.