Class ThemeDTO
java.lang.Object
org.broadleafcommerce.common.site.domain.ThemeDTO
- All Implemented Interfaces:
Serializable
,Theme
Stores the path to the theme.
Created by bpolster.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
-
name
-
id
-
-
Constructor Details
-
ThemeDTO
public ThemeDTO() -
ThemeDTO
-
-
Method Details
-
getPath
Description copied from interface:Theme
The display name for a site. Returns blank if no theme if no path is available. Should return a path that does not start with "/" and that does not ends with a "/". -
setPath
Description copied from interface:Theme
Sets the path of the theme. -
getName
-
setName
-
getId
-
setId
Description copied from interface:Theme
Sets the id -
equals
-
hashCode
public int hashCode()
-