public class WorkpaceTab extends Object
| Constructor and Description |
|---|
WorkpaceTab()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Getter for title.
|
String |
getUrl()
Getter for url.
|
boolean |
isActive()
Getter for active.
|
boolean |
isHome()
Getter for home.
|
void |
setActive(boolean active)
Setter for active.
|
void |
setHome(boolean home)
Setter for home.
|
void |
setTitle(String title)
Setter for title.
|
void |
setUrl(String url)
Setter for url.
|
public String getTitle()
public void setTitle(String title)
title - the title to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic boolean isActive()
public void setActive(boolean active)
active - the active to setpublic boolean isHome()
public void setHome(boolean home)
home - the home to setCopyright © 2019. All rights reserved.