public class NavigationData
extends java.lang.Object
Constructor and Description |
---|
NavigationData(com.liferay.portal.model.BaseModel<?> editorInput,
java.lang.String viewId)
Instantiates a new navigation data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
com.liferay.portal.model.BaseModel<?> |
getEditorInput()
Gets the editor input associated with this view.
|
java.lang.String |
getTitle()
Gets the translation from the bundle.
|
java.lang.String |
getViewId()
Gets the view id.
|
int |
hashCode() |
public NavigationData(com.liferay.portal.model.BaseModel<?> editorInput, java.lang.String viewId)
editorInput
- the editor input associated with this viewviewId
- the view idpublic java.lang.String getViewId()
public com.liferay.portal.model.BaseModel<?> getEditorInput()
public java.lang.String getTitle()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object