Class ApplicationImpl
java.lang.Object
org.bonitasoft.engine.bpm.internal.BaseElementImpl
org.bonitasoft.engine.business.application.impl.AbstractApplicationImpl
org.bonitasoft.engine.business.application.impl.ApplicationImpl
- All Implemented Interfaces:
Serializable,BaseElement,BonitaObject,Application,IApplication
- Author:
- Elias Ricken de Medeiros
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the identifier of theApplicationPagedefined as home page for this applicationRetrieves the identifier of thePageused asApplicationlayout.Retrieves the identifier of thePageused asApplicationtheme.inthashCode()voidsetHomePageId(Long homePageId) toString()Methods inherited from class org.bonitasoft.engine.business.application.impl.AbstractApplicationImpl
getCreatedBy, getCreationDate, getDescription, getDisplayName, getIconPath, getLastUpdateDate, getProfileId, getState, getToken, getUpdatedBy, getVersion, getVisibility, hasIcon, isEditable, setCreatedBy, setCreationDate, setDisplayName, setEditable, setHasIcon, setIconPath, setLastUpdateDate, setProfileId, setState, setUpdatedBy, setVisibilityMethods inherited from class org.bonitasoft.engine.bpm.internal.BaseElementImpl
canEqual, getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.bpm.BaseElement
getIdMethods inherited from interface org.bonitasoft.engine.business.application.IApplication
getCreatedBy, getCreationDate, getDescription, getDisplayName, getIconPath, getLastUpdateDate, getProfileId, getState, getToken, getUpdatedBy, getVersion, getVisibility, hasIcon, isEditable
-
Constructor Details
-
ApplicationImpl
-
ApplicationImpl
-
-
Method Details
-
getHomePageId
Description copied from interface:ApplicationRetrieves the identifier of theApplicationPagedefined as home page for this application- Specified by:
getHomePageIdin interfaceApplication- Returns:
- the identifier of the
ApplicationPagedefined as home page for this application - See Also:
-
setHomePageId
-
getLayoutId
Description copied from interface:ApplicationRetrieves the identifier of thePageused asApplicationlayout. If no layout is associated to the currentApplicationthe result will benull.- Specified by:
getLayoutIdin interfaceApplication- Returns:
- the identifier of the
Pageused asApplicationlayout ornullif the currentApplicationhas no layout. - See Also:
-
- "org.bonitasoft.engine.page.Page"
-
getThemeId
Description copied from interface:ApplicationRetrieves the identifier of thePageused asApplicationtheme. If no theme is associated to the currentApplicationthe result will benull.- Specified by:
getThemeIdin interfaceApplication- Returns:
- the identifier of the
Pageused asApplicationtheme ornullif the currentApplicationhas no theme. - See Also:
-
- "org.bonitasoft.engine.page.Page"
-
equals
- Overrides:
equalsin classAbstractApplicationImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractApplicationImpl
-
toString
- Overrides:
toStringin classAbstractApplicationImpl
-