|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.CmsWorkplaceView
public class CmsWorkplaceView
Contains the data of a single workplace view.
Constructor Summary | |
---|---|
CmsWorkplaceView(java.lang.String key,
java.lang.String uri,
java.lang.Float order)
Creates a new workplace view. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getKey()
Returns the localization key for the display name of this view . |
java.lang.Float |
getOrder()
Returns the sort order of this view. |
java.lang.String |
getUri()
Returns the OpenCms VFS uri of this view. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsWorkplaceView(java.lang.String key, java.lang.String uri, java.lang.Float order)
key
- the localization key for the display name of the viewuri
- of the view page in the OpenCms VFSorder
- the sort order of the viewMethod Detail |
---|
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String getKey()
public java.lang.Float getOrder()
public java.lang.String getUri()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |