Package nl.gx.webmanager.cms.integration
Interface ResourceEntity
-
- All Known Subinterfaces:
DatabaseEntity
,DatabasePageType
@Indexable public interface ResourceEntity
ResourceEntities are used to model database pages. A resource entity has an id and a title.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page
getDisplayOnPage()
Returns the page on which instances of the resource entity are displayed by default.String
getIdentifier()
Return the identifier for the resource entity.String
getTitle()
Return the title for the resource entity.
-
-
-
Method Detail
-
getIdentifier
@ReferField(stored=false) String getIdentifier()
Return the identifier for the resource entity.- Returns:
- the identifier for the resource entity.
-
getTitle
String getTitle()
Return the title for the resource entity.- Returns:
- the title for the resource entity.
-
getDisplayOnPage
Page getDisplayOnPage()
Returns the page on which instances of the resource entity are displayed by default.- Returns:
- the page on which instances of the resource entity are displayed by default
-
-