org.broadleafcommerce.common.site.domain
Interface Theme

All Superinterfaces:
Serializable
All Known Implementing Classes:
ThemeDTO

public interface Theme
extends Serializable

Created by bpolster.


Method Summary
 String getName()
           
 String getPath()
          The display name for a site.
 void setName(String name)
           
 void setPath(String path)
          Sets the path of the theme.
 

Method Detail

getName

String getName()

setName

void setName(String name)

getPath

String getPath()
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/".

Returns:

setPath

void setPath(String path)
Sets the path of the theme.

Parameters:
path -


Copyright © 2012. All Rights Reserved.