|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.style.Theme
public class Theme
This class represents business objects Mode
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 |
---|
public static final String RESOURCE_TYPE
Constructor Detail |
---|
public Theme()
Method Detail |
---|
public String getCodeTheme()
public void setCodeTheme(String strCodeTheme)
strCodeTheme
- the _strCodeTheme to setpublic String getThemeDescription()
public void setThemeDescription(String strThemeDescription)
strThemeDescription
- the _strThemeDescription to setpublic String getPathImages()
public void setPathImages(String strPathImages)
strPathImages
- the _strPathImages to setpublic String getPathCss()
public void setPathCss(String strPathCss)
strPathCss
- the _strPathCss to setpublic String getPathJs()
public void setPathJs(String strPathJs)
strPathJs
- the _strPathJs to setpublic String getThemeAuthor()
public void setThemeAuthor(String strThemeAuthor)
strThemeAuthor
- the _strThemeAuthor to setpublic String getThemeAuthorUrl()
public void setThemeAuthorUrl(String strThemeAuthorUrl)
strThemeAuthorUrl
- the _strThemeAuthorUrl to setpublic String getThemeVersion()
public void setThemeVersion(String strThemeVersion)
strThemeVersion
- the _strThemeVersion to setpublic String getThemeLicence()
public void setThemeLicence(String strThemeLicence)
strThemeLicence
- the _strThemeLicence to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |