public interface SkinIF
Modifier and Type | Method and Description |
---|---|
String |
getId()
INTERNAL: Returns the ID of the skin.
|
String |
getTitle()
INTERNAL: Returns the display title of the skin.
|
void |
setId(String id)
INTERNAL: Sets the ID of the skin.
|
void |
setTitle(String title)
INTERNAL: Sets the display title of the skin.
|