public class ThemeDTO extends Object implements Theme
Constructor and Description |
---|
ThemeDTO() |
ThemeDTO(String name,
String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId() |
String |
getName() |
String |
getPath()
The display name for a site.
|
int |
hashCode() |
void |
setId(Long id)
Sets the id
|
void |
setName(String name) |
void |
setPath(String path)
Sets the path of the theme.
|
public String getPath()
Theme
public void setPath(String path)
Theme
Copyright © 2022. All rights reserved.