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