nl.gx.webmanager.cms.integration
Interface ResourceInstance


public interface ResourceInstance

The represtation of the dbid in the querystring.


Method Summary
 int getId()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 ResourceEntity getResourceEntity()
           
 void setId(int id)
          Set the id of the ResourceInstance
 void setResourceEntity(ResourceEntity myResourceEntity)
           
 

Method Detail

setId

void setId(int id)
Set 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.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.