nl.gx.webmanager.cms.integration
Interface ResourceEntity

All Known Subinterfaces:
DatabaseEntity, DatabasePageType

public interface ResourceEntity

ResourceEntities are used to model database pages. A resource entity has an id and a title.


Method Summary
 java.lang.String getIdentifier()
          Return the identifier for the resource entity.
 java.lang.String getTitle()
          Return the title for the resource entity.
 

Method Detail

getIdentifier

java.lang.String getIdentifier()
Return the identifier for the resource entity.

Returns:
the identifier for the resource entity.

getTitle

java.lang.String getTitle()
Return the title for the resource entity.

Returns:
the title for the resource entity.


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