public class EntryPointDescriptorModel extends Object implements EntryPointDescriptor
| Constructor and Description |
|---|
EntryPointDescriptorModel(String name,
String relativeUrl,
boolean current)
Compatibility for other users of EntryPointDescriptorModel.
|
EntryPointDescriptorModel(String name,
String relativeUrl,
boolean current,
boolean hiddenAsDefault) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get entry point name, as displayed in the web page.
|
String |
getRelativeUrl()
entry point url relative to the baseUri.
|
boolean |
isCurrent() |
boolean |
isHiddenAsDefault()
Return visible visible as default
|
void |
setCurrent(boolean current) |
void |
setHiddenAsDefault(boolean hiddenAsDefault) |
void |
setName(String name) |
void |
setRelativeUrl(String relativeUrl) |
public EntryPointDescriptorModel(String name, String relativeUrl, boolean current)
name - relativeUrl - current - public String getName()
EntryPointDescriptorgetName in interface EntryPointDescriptorpublic void setName(String name)
public String getRelativeUrl()
EntryPointDescriptorgetRelativeUrl in interface EntryPointDescriptorpublic void setRelativeUrl(String relativeUrl)
public boolean isCurrent()
public void setCurrent(boolean current)
public boolean isHiddenAsDefault()
EntryPointDescriptorisHiddenAsDefault in interface EntryPointDescriptorpublic void setHiddenAsDefault(boolean hiddenAsDefault)
Copyright © 2018. All rights reserved.