public class TaskbarTask extends Object
| Constructor and Description |
|---|
TaskbarTask()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIcon()
Getter for icon.
|
String |
getId()
Getter for id.
|
String |
getKey()
Getter for key.
|
PanelPlayer |
getMaximizedPlayer()
Getter for maximizedPlayer.
|
String |
getName()
Getter for name.
|
String |
getPath()
Getter for path.
|
String |
getType()
Getter for type.
|
int |
hashCode() |
void |
setIcon(String icon)
Setter for icon.
|
void |
setId(String id)
Setter for id.
|
void |
setKey(String key)
Setter for key.
|
void |
setMaximizedPlayer(PanelPlayer maximizedPlayer)
Setter for maximizedPlayer.
|
void |
setName(String name)
Setter for name.
|
void |
setPath(String path)
Setter for path.
|
void |
setType(String type)
Setter for type.
|
public String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getKey()
public void setKey(String key)
key - the key to setpublic String getIcon()
public void setIcon(String icon)
icon - the icon to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic String getType()
public void setType(String type)
type - the type to setpublic PanelPlayer getMaximizedPlayer()
public void setMaximizedPlayer(PanelPlayer maximizedPlayer)
maximizedPlayer - the maximizedPlayer to setCopyright © 2016. All rights reserved.