|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.stylesheet.StyleSheet
public class StyleSheet
This class represents business StyleSheet objects
Constructor Summary | |
---|---|
StyleSheet()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the description of this StyleSheet. |
String |
getFile()
Returns the file name of this StyleSheet. |
int |
getId()
Returns the identifier of this StyleSheet. |
int |
getModeId()
Returns the identifier of the mode of this StyleSheet. |
String |
getPath()
Returns the path of the stylesheet according to their mode |
byte[] |
getSource()
Returns the file source of this StyleSheet. |
int |
getStyleId()
Returns the identifier of the style of this StyleSheet. |
void |
setDescription(String strDescription)
Sets the description of this StyleSheet to the String value specified in parameter. |
void |
setFile(String strFile)
Sets the file name of this StyleSheet to the String value specified in parameter, "" if null. |
void |
setId(int nId)
Sets this identifier to the int value specified in parameter. |
void |
setModeId(int nModeId)
Sets the Mode identifier of this StyleSheet to the int value specified in parameter. |
void |
setPath(String strPath)
Sets the path of the stylesheet according to their mode |
void |
setSource(byte[] strSource)
Sets the file source of this StyleSheet to the String value specified in parameter. |
void |
setStyleId(int nStyleId)
Sets the Style identifier of this StyleSheet to the int value specified in parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleSheet()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- The new identifier valuepublic int getStyleId()
public void setStyleId(int nStyleId)
nStyleId
- The new identifier valuepublic int getModeId()
public void setModeId(int nModeId)
nModeId
- The new identifier valuepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The new description valuepublic String getFile()
public void setFile(String strFile)
strFile
- The new file name valuepublic byte[] getSource()
public void setSource(byte[] strSource)
strSource
- The new file source valuepublic void setPath(String strPath)
strPath
- the pathpublic String getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |