Package org.opencms.workplace
Class CmsWorkplaceView
java.lang.Object
org.opencms.workplace.CmsWorkplaceView
- All Implemented Interfaces:
Comparable<CmsWorkplaceView>
Contains the data of a single workplace view.
- Since:
- 6.0.0
-
Constructor Summary
ConstructorDescriptionCmsWorkplaceView
(String key, String uri, Float order) Creates a new workplace view. -
Method Summary
-
Constructor Details
-
CmsWorkplaceView
Creates a new workplace view.- Parameters:
key
- the localization key for the display name of the viewuri
- of the view page in the OpenCms VFSorder
- the sort order of the view
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CmsWorkplaceView>
- See Also:
-
equals
-
getKey
Returns the localization key for the display name of this view .- Returns:
- the localization key
-
getOrder
Returns the sort order of this view.- Returns:
- the sort order of this view
-
getUri
Returns the OpenCms VFS uri of this view.- Returns:
- the uri
-
hashCode
-