fr.paris.lutece.portal.business.style
Class Theme

java.lang.Object
  extended by fr.paris.lutece.portal.business.style.Theme
All Implemented Interfaces:
Serializable

public class Theme
extends Object
implements Serializable

This class represents business objects Mode

See Also:
Serialized Form

Field Summary
static String RESOURCE_TYPE
           
 
Constructor Summary
Theme()
           
 
Method Summary
 String getCodeTheme()
          Returns the _strCodeTheme
 String getPathCss()
          Returns the _strPathCss
 String getPathImages()
          Returns the _strPathImages
 String getPathJs()
          Returns the _strPathJs
 String getThemeAuthor()
          Returns the _strThemeAuthor
 String getThemeAuthorUrl()
          Returns the _strThemeAuthorUrl
 String getThemeDescription()
          Returns the _strThemeDescription
 String getThemeLicence()
          Returns the _strThemeLicence
 String getThemeVersion()
          Returns the _strThemeVersion
 void setCodeTheme(String strCodeTheme)
          Sets the _strCodeTheme
 void setPathCss(String strPathCss)
          Sets the _strPathCss
 void setPathImages(String strPathImages)
          Sets the _strPathImages
 void setPathJs(String strPathJs)
          Sets the _strPathJs
 void setThemeAuthor(String strThemeAuthor)
          Sets the _strThemeAuthor
 void setThemeAuthorUrl(String strThemeAuthorUrl)
          Sets the _strThemeAuthorUrl
 void setThemeDescription(String strThemeDescription)
          Sets the _strThemeDescription
 void setThemeLicence(String strThemeLicence)
          Sets the _strThemeLicence
 void setThemeVersion(String strThemeVersion)
          Sets the _strThemeVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_TYPE

public static final String RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

Theme

public Theme()
Method Detail

getCodeTheme

public String getCodeTheme()
Returns the _strCodeTheme

Returns:
the _strCodeTheme

setCodeTheme

public void setCodeTheme(String strCodeTheme)
Sets the _strCodeTheme

Parameters:
strCodeTheme - the _strCodeTheme to set

getThemeDescription

public String getThemeDescription()
Returns the _strThemeDescription

Returns:
the _strThemeDescription

setThemeDescription

public void setThemeDescription(String strThemeDescription)
Sets the _strThemeDescription

Parameters:
strThemeDescription - the _strThemeDescription to set

getPathImages

public String getPathImages()
Returns the _strPathImages

Returns:
the _strPathImages

setPathImages

public void setPathImages(String strPathImages)
Sets the _strPathImages

Parameters:
strPathImages - the _strPathImages to set

getPathCss

public String getPathCss()
Returns the _strPathCss

Returns:
the _strPathCss

setPathCss

public void setPathCss(String strPathCss)
Sets the _strPathCss

Parameters:
strPathCss - the _strPathCss to set

getPathJs

public String getPathJs()
Returns the _strPathJs

Returns:
the _strPathJs

setPathJs

public void setPathJs(String strPathJs)
Sets the _strPathJs

Parameters:
strPathJs - the _strPathJs to set

getThemeAuthor

public String getThemeAuthor()
Returns the _strThemeAuthor

Returns:
the _strThemeAuthor

setThemeAuthor

public void setThemeAuthor(String strThemeAuthor)
Sets the _strThemeAuthor

Parameters:
strThemeAuthor - the _strThemeAuthor to set

getThemeAuthorUrl

public String getThemeAuthorUrl()
Returns the _strThemeAuthorUrl

Returns:
the _strThemeAuthorUrl

setThemeAuthorUrl

public void setThemeAuthorUrl(String strThemeAuthorUrl)
Sets the _strThemeAuthorUrl

Parameters:
strThemeAuthorUrl - the _strThemeAuthorUrl to set

getThemeVersion

public String getThemeVersion()
Returns the _strThemeVersion

Returns:
the _strThemeVersion

setThemeVersion

public void setThemeVersion(String strThemeVersion)
Sets the _strThemeVersion

Parameters:
strThemeVersion - the _strThemeVersion to set

getThemeLicence

public String getThemeLicence()
Returns the _strThemeLicence

Returns:
the _strThemeLicence

setThemeLicence

public void setThemeLicence(String strThemeLicence)
Sets the _strThemeLicence

Parameters:
strThemeLicence - the _strThemeLicence to set


Copyright © 2014 Mairie de Paris. All Rights Reserved.