| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
title |
| Constructor and Description |
|---|
DefaultSkin(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
PUBLIC: Returns the ID of the skin.
|
String |
getTitle()
PUBLIC: Returns the display title of the skin.
|
void |
setId(String id)
PUBLIC: Sets the ID of the skin.
|
void |
setTitle(String title)
PUBLIC: Sets the display title of the skin.
|
public DefaultSkin(String id)
public String getTitle()
SkinIFpublic void setTitle(String title)
SkinIFpublic String getId()
SkinIF