Class ApplicationPageImpl
java.lang.Object
org.bonitasoft.engine.bpm.internal.BaseElementImpl
org.bonitasoft.engine.business.application.impl.ApplicationPageImpl
- All Implemented Interfaces:
Serializable,BaseElement,BonitaObject,ApplicationPage
- Author:
- Elias Ricken de Medeiros
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongRetrieves theApplicationidentifierlongRetrieves thePageidentifiergetToken()Retrieves theApplicationPagetokeninthashCode()toString()Methods 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
getId
-
Constructor Details
-
ApplicationPageImpl
-
-
Method Details
-
getApplicationId
public long getApplicationId()Description copied from interface:ApplicationPageRetrieves theApplicationidentifier- Specified by:
getApplicationIdin interfaceApplicationPage- Returns:
- the
Applicationidentifier - See Also:
-
getPageId
public long getPageId()Description copied from interface:ApplicationPageRetrieves thePageidentifier- Specified by:
getPageIdin interfaceApplicationPage- Returns:
- the
Pageidentifier - See Also:
-
- "org.bonitasoft.engine.page.Page"
-
getToken
Description copied from interface:ApplicationPageRetrieves theApplicationPagetoken- Specified by:
getTokenin interfaceApplicationPage- Returns:
- the
ApplicationPagetoken
-
equals
- Overrides:
equalsin classBaseElementImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseElementImpl
-
toString
- Overrides:
toStringin classBaseElementImpl
-