Package org.bonitasoft.web.client.model
Class LegacyApplication
java.lang.Object
org.bonitasoft.web.client.model.LegacyApplication
- All Implemented Interfaces:
Serializable,Application
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class LegacyApplication
extends Object
implements Serializable, Application
Contains the meta information of a legacy Bonita Living Application.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumapplication statestatic enumvisibility of the Application. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationDate(String creationDate) description(String description) displayName(String displayName) booleanAuthor user IDcreation date of the applicationdescription of the applicationdisplay name of the applicationIndicates whether the application can be modifiedid of the application page used as the home pagegetId()id of the applicationlast update date of the applicationid of the layout used by the applicationgetLink()false for a legacy applicationprofile authorized to access this applicationgetState()application stateid of the theme used by the applicationgetToken()token of the application used to build the application URLLast updating user IDversion of the applicationvisibility of the Application.inthashCode()homePageId(String homePageId) lastUpdateDate(String lastUpdateDate) voidsetCreatedBy(String createdBy) voidsetCreationDate(String creationDate) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetEditable(Boolean editable) voidsetHomePageId(String homePageId) voidvoidsetLastUpdateDate(String lastUpdateDate) voidsetLayoutId(String layoutId) voidvoidsetProfileId(String profileId) voidvoidsetThemeId(String themeId) voidvoidsetUpdatedBy(String updatedBy) voidsetVersion(String version) voidsetVisibility(LegacyApplication.VisibilityEnum visibility) state(LegacyApplication.StateEnum state) toString()visibility(LegacyApplication.VisibilityEnum visibility)
-
Field Details
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_CREATION_DATE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_PROFILE_ID
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_UPDATED_BY
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_VISIBILITY
- See Also:
-
JSON_PROPERTY_EDITABLE
- See Also:
-
JSON_PROPERTY_LINK
- See Also:
-
JSON_PROPERTY_HOME_PAGE_ID
- See Also:
-
JSON_PROPERTY_LAYOUT_ID
- See Also:
-
JSON_PROPERTY_THEME_ID
- See Also:
-
-
Constructor Details
-
LegacyApplication
public LegacyApplication()
-
-
Method Details
-
createdBy
-
getCreatedBy
Author user ID- Specified by:
getCreatedByin interfaceApplication- Returns:
- createdBy
-
setCreatedBy
-
creationDate
-
getCreationDate
creation date of the application- Specified by:
getCreationDatein interfaceApplication- Returns:
- creationDate
-
setCreationDate
-
description
-
getDescription
description of the application- Specified by:
getDescriptionin interfaceApplication- Returns:
- description
-
setDescription
-
displayName
-
getDisplayName
display name of the application- Specified by:
getDisplayNamein interfaceApplication- Returns:
- displayName
-
setDisplayName
-
id
-
getId
id of the application- Specified by:
getIdin interfaceApplication- Returns:
- id
-
setId
-
lastUpdateDate
-
getLastUpdateDate
last update date of the application- Specified by:
getLastUpdateDatein interfaceApplication- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
profileId
-
getProfileId
profile authorized to access this application- Specified by:
getProfileIdin interfaceApplication- Returns:
- profileId
-
setProfileId
-
token
-
getToken
token of the application used to build the application URL- Specified by:
getTokenin interfaceApplication- Returns:
- token
-
setToken
-
updatedBy
-
getUpdatedBy
Last updating user ID- Specified by:
getUpdatedByin interfaceApplication- Returns:
- updatedBy
-
setUpdatedBy
-
version
-
getVersion
version of the application- Specified by:
getVersionin interfaceApplication- Returns:
- version
-
setVersion
-
state
-
getState
application state- Returns:
- state
-
setState
-
visibility
-
getVisibility
visibility of the Application. This value is purely indicative, changing it in the application object won't change the accessibility to the actual application.- Returns:
- visibility
-
setVisibility
-
editable
-
getEditable
Indicates whether the application can be modified- Specified by:
getEditablein interfaceApplication- Returns:
- editable
-
setEditable
-
link
-
getLink
false for a legacy application- Specified by:
getLinkin interfaceApplication- Returns:
- link
-
setLink
-
homePageId
-
getHomePageId
id of the application page used as the home page- Returns:
- homePageId
-
setHomePageId
-
layoutId
-
getLayoutId
id of the layout used by the application- Returns:
- layoutId
-
setLayoutId
-
themeId
-
getThemeId
id of the theme used by the application- Returns:
- themeId
-
setThemeId
-
equals
-
hashCode
public int hashCode() -
toString
-