public class StyleSheet extends Object
Constructor and Description |
---|
StyleSheet() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2020 City of Paris. All rights reserved.