org.broadleafcommerce.common.site.domain
Class ThemeDTO
java.lang.Object
org.broadleafcommerce.common.site.domain.ThemeDTO
- All Implemented Interfaces:
- Serializable, Theme
public class ThemeDTO
- extends Object
- implements Theme
Stores the path to the theme.
Created by bpolster.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
public String path
name
public String name
ThemeDTO
public ThemeDTO()
ThemeDTO
public ThemeDTO(String name,
String path)
getPath
public String 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 ends with a "/". For example, "store/".
- Specified by:
getPath in interface Theme
- Returns:
setPath
public void setPath(String path)
- Description copied from interface:
Theme
- Sets the path of the theme.
- Specified by:
setPath in interface Theme
getName
public String getName()
- Specified by:
getName in interface Theme
setName
public void setName(String name)
- Specified by:
setName in interface Theme
Copyright © 2013. All Rights Reserved.