public class ApplicationImpl extends BaseElementImpl implements Application
| Constructor and Description |
|---|
ApplicationImpl(String token,
String version,
String description) |
ApplicationImpl(String token,
String version,
String description,
Long layoutId,
Long themeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreatedBy()
Retrieves the identifier of the user that created this
Application |
Date |
getCreationDate()
Retrieves the
Application creation date |
String |
getDescription()
Retrieves the
Application description |
String |
getDisplayName()
Retrieves the
Application display name |
Long |
getHomePageId()
Retrieves the identifier of the
ApplicationPage defined as home page for this application |
String |
getIconPath()
Retrieves the icon path of this
Application |
Date |
getLastUpdateDate()
Retrieves the
Application last updated date |
Long |
getLayoutId()
Retrieves the identifier of the
Page used as Application layout. |
Long |
getProfileId()
Retrieves the identifier of the associated
Profile or null if there is no profile is associated to this application. |
String |
getState()
Retrieves the
Application state. |
Long |
getThemeId()
Retrieves the identifier of the
Page used as Application theme. |
String |
getToken()
Retrieves the
Application token |
long |
getUpdatedBy()
Retrieves the identifier of the user that updated this
Application |
String |
getVersion()
Retrieves the
Application version |
int |
hashCode() |
void |
setCreatedBy(long createdBy) |
void |
setCreationDate(Date creationDate) |
void |
setDisplayName(String displayName) |
void |
setHomePageId(Long homePageId) |
void |
setIconPath(String iconPath) |
void |
setLastUpdateDate(Date lastUpdateDate) |
void |
setProfileId(Long profileId) |
void |
setState(String state) |
void |
setUpdatedBy(long updatedBy) |
String |
toString() |
getId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic String getToken()
ApplicationApplication tokengetToken in interface ApplicationApplication tokenpublic String getDisplayName()
ApplicationApplication display namegetDisplayName in interface ApplicationApplication display namepublic void setDisplayName(String displayName)
public String getDescription()
ApplicationApplication descriptiongetDescription in interface ApplicationApplication descriptionpublic String getVersion()
ApplicationApplication versiongetVersion in interface ApplicationApplication versionpublic String getIconPath()
ApplicationApplicationgetIconPath in interface ApplicationApplicationpublic void setIconPath(String iconPath)
public Date getCreationDate()
ApplicationApplication creation dategetCreationDate in interface ApplicationApplication creation datepublic void setCreationDate(Date creationDate)
public long getCreatedBy()
ApplicationApplicationgetCreatedBy in interface ApplicationApplicationpublic void setCreatedBy(long createdBy)
public Date getLastUpdateDate()
ApplicationApplication last updated dategetLastUpdateDate in interface ApplicationApplication last updated datepublic void setLastUpdateDate(Date lastUpdateDate)
public long getUpdatedBy()
ApplicationApplicationgetUpdatedBy in interface ApplicationApplicationpublic void setUpdatedBy(long updatedBy)
public String getState()
ApplicationApplication state. The possible values are ApplicationState#ACTIVATED#name() and #name()getState in interface ApplicationApplication stateApplicationStatepublic void setState(String state)
public Long getHomePageId()
ApplicationApplicationPage defined as home page for this applicationgetHomePageId in interface ApplicationApplicationPage defined as home page for this applicationApplicationPagepublic void setHomePageId(Long homePageId)
public Long getProfileId()
ApplicationProfile or null if there is no profile is associated to this application.getProfileId in interface ApplicationProfile or null if there is no profile is associated to this application.Profilepublic Long getLayoutId()
ApplicationPage used as Application layout. If no layout is associated to the current
Application the result will be null.getLayoutId in interface ApplicationPage used as Application layout or null if the current
Application has no layout.Pagepublic Long getThemeId()
ApplicationPage used as Application theme. If no theme is associated to the current
Application the result will be null.getThemeId in interface ApplicationPage used as Application theme or null if the current
Application has no theme.Pagepublic void setProfileId(Long profileId)
public boolean equals(Object o)
equals in class BaseElementImplpublic int hashCode()
hashCode in class BaseElementImplpublic String toString()
toString in class BaseElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.