|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.style.Mode
public class Mode
This class reprsents business objects Mode
Constructor Summary | |
---|---|
Mode()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the name of the mode |
int |
getId()
Returns the mode identifier |
String |
getOutputXslPropertyEncoding()
|
String |
getOutputXslPropertyIndent()
|
String |
getOutputXslPropertyMediaType()
|
String |
getOutputXslPropertyMethod()
|
String |
getOutputXslPropertyOmitXmlDeclaration()
|
String |
getOutputXslPropertyStandalone()
|
String |
getOutputXslPropertyVersion()
|
String |
getPath()
Returns the path of the stylesheet according to their mode |
void |
setDescription(String strDescription)
Sets the name of the mode |
void |
setId(int nId)
Sets the mode identifier |
void |
setOutputXslPropertyEncoding(String strOutPutXslPropertyEncoding)
|
void |
setOutputXslPropertyIndent(String strOutPutXslPropertyIndent)
|
void |
setOutputXslPropertyMediaType(String strOutPutXslPropertyMediaType)
|
void |
setOutputXslPropertyMethod(String strOutPutXslPropertyMethod)
|
void |
setOutputXslPropertyOmitXmlDeclaration(String strOutPutXslPropertyOmitXmlDeclaration)
|
void |
setOutputXslPropertyStandalone(String strOutPutXslPropertyStandalone)
|
void |
setOutputXslPropertyVersion(String strOutPutXslPropertyVersion)
|
void |
setPath(String strPath)
Sets the path of the stylesheet according to their mode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mode()
Method Detail |
---|
public void setId(int nId)
nId
- the mode identifierpublic int getId()
public void setDescription(String strDescription)
strDescription
- the mode namepublic String getDescription()
public void setPath(String strPath)
strPath
- the pathpublic String getPath()
public String getOutputXslPropertyEncoding()
public void setOutputXslPropertyEncoding(String strOutPutXslPropertyEncoding)
strOutPutXslPropertyEncoding
- The _strOutputXslPropertyEncoding to set.public String getOutputXslPropertyIndent()
public void setOutputXslPropertyIndent(String strOutPutXslPropertyIndent)
strOutPutXslPropertyIndent
- The _strOutputXslPropertyIndent to set.public String getOutputXslPropertyMediaType()
public void setOutputXslPropertyMediaType(String strOutPutXslPropertyMediaType)
strOutPutXslPropertyMediaType
- The _strOutputXslPropertyMediaType to set.public String getOutputXslPropertyMethod()
public void setOutputXslPropertyMethod(String strOutPutXslPropertyMethod)
strOutPutXslPropertyMethod
- The _strOutputXslPropertyMethod to set.public String getOutputXslPropertyOmitXmlDeclaration()
public void setOutputXslPropertyOmitXmlDeclaration(String strOutPutXslPropertyOmitXmlDeclaration)
strOutPutXslPropertyOmitXmlDeclaration
- The _strOutputXslPropertyOmitXmlDeclaration to set.public String getOutputXslPropertyStandalone()
public void setOutputXslPropertyStandalone(String strOutPutXslPropertyStandalone)
strOutPutXslPropertyStandalone
- The _strOutputXslPropertyStandalone to set.public String getOutputXslPropertyVersion()
public void setOutputXslPropertyVersion(String strOutPutXslPropertyVersion)
strOutPutXslPropertyVersion
- The _strOutputXslPropertyVersion to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |