org.opencms.gwt.shared.sort
Interface I_CmsHasTitle

All Known Implementing Classes:
CmsCategoryBean, CmsCategoryTreeEntry, CmsGalleryFolderBean, CmsGalleryTreeEntry, CmsResourceTypeBean, CmsResultItemBean

public interface I_CmsHasTitle

Marker interface for objects with a title property to allow easy sorting.

Since:
8.0.0
See Also:
CmsComparatorTitle

Method Summary
 java.lang.String getTitle()
          Returns the title.
 

Method Detail

getTitle

java.lang.String getTitle()
Returns the title.

Returns:
the title