|
||||||||||
| 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(String key,
String uri,
Float order)
Creates a new workplace view. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
|
boolean |
equals(Object obj)
|
String |
getKey()
Returns the localization key for the display name of this view . |
Float |
getOrder()
Returns the sort order of this view. |
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(String key,
String uri,
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 view| Method Detail |
|---|
public int compareTo(Object obj)
compareTo in interface ComparableComparable.compareTo(java.lang.Object)public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String getKey()
public Float getOrder()
public String getUri()
public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||