Package nl.gx.webmanager.cms.integration
Interface ResourceInstance
-
@Indexable(extension=nl.gx.webmanager.services.contentindex.extension.content.ResourceInstanceExtension.class) public interface ResourceInstance
The represtation of the dbid in the querystring.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
Link
getIncontextLink()
Returns the incontext Link to this resource instance.javax.servlet.http.HttpServletRequest
getRequest()
ResourceEntity
getResourceEntity()
String
getTitle()
Returns the title.void
setId(int id)
Sets the id of the ResourceInstance.void
setResourceEntity(ResourceEntity myResourceEntity)
-
-
-
Method Detail
-
setId
void setId(int id)
Sets the id of the ResourceInstance.- Parameters:
id
- id of the resource
-
getId
int getId()
- Returns:
- the id of this resource.
-
getResourceEntity
ResourceEntity getResourceEntity()
- Returns:
- the ResourceEntity of this resource.
-
setResourceEntity
void setResourceEntity(ResourceEntity myResourceEntity)
-
getRequest
javax.servlet.http.HttpServletRequest getRequest()
- Returns:
- the request.
-
getIncontextLink
Link getIncontextLink()
Returns the incontext Link to this resource instance.- Returns:
- Incontext Link to this resource instance
-
-