|
||||||||||
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 | |
---|---|
java.lang.String |
getDescription()
Returns the name of the mode |
int |
getId()
Returns the mode identifier |
java.lang.String |
getOutputXslPropertyEncoding()
|
java.lang.String |
getOutputXslPropertyIndent()
|
java.lang.String |
getOutputXslPropertyMediaType()
|
java.lang.String |
getOutputXslPropertyMethod()
|
java.lang.String |
getOutputXslPropertyOmitXmlDeclaration()
|
java.lang.String |
getOutputXslPropertyStandalone()
|
java.lang.String |
getOutputXslPropertyVersion()
|
java.lang.String |
getPath()
Returns the path of the stylesheet according to their mode |
void |
setDescription(java.lang.String strDescription)
Sets the name of the mode |
void |
setId(int nId)
Sets the mode identifier |
void |
setOutputXslPropertyEncoding(java.lang.String strOutPutXslPropertyEncoding)
|
void |
setOutputXslPropertyIndent(java.lang.String strOutPutXslPropertyIndent)
|
void |
setOutputXslPropertyMediaType(java.lang.String strOutPutXslPropertyMediaType)
|
void |
setOutputXslPropertyMethod(java.lang.String strOutPutXslPropertyMethod)
|
void |
setOutputXslPropertyOmitXmlDeclaration(java.lang.String strOutPutXslPropertyOmitXmlDeclaration)
|
void |
setOutputXslPropertyStandalone(java.lang.String strOutPutXslPropertyStandalone)
|
void |
setOutputXslPropertyVersion(java.lang.String strOutPutXslPropertyVersion)
|
void |
setPath(java.lang.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(java.lang.String strDescription)
strDescription
- the mode namepublic java.lang.String getDescription()
public void setPath(java.lang.String strPath)
strPath
- the pathpublic java.lang.String getPath()
public java.lang.String getOutputXslPropertyEncoding()
public void setOutputXslPropertyEncoding(java.lang.String strOutPutXslPropertyEncoding)
strOutPutXslPropertyEncoding
- The _strOutputXslPropertyEncoding to set.public java.lang.String getOutputXslPropertyIndent()
public void setOutputXslPropertyIndent(java.lang.String strOutPutXslPropertyIndent)
strOutPutXslPropertyIndent
- The _strOutputXslPropertyIndent to set.public java.lang.String getOutputXslPropertyMediaType()
public void setOutputXslPropertyMediaType(java.lang.String strOutPutXslPropertyMediaType)
strOutPutXslPropertyMediaType
- The _strOutputXslPropertyMediaType to set.public java.lang.String getOutputXslPropertyMethod()
public void setOutputXslPropertyMethod(java.lang.String strOutPutXslPropertyMethod)
strOutPutXslPropertyMethod
- The _strOutputXslPropertyMethod to set.public java.lang.String getOutputXslPropertyOmitXmlDeclaration()
public void setOutputXslPropertyOmitXmlDeclaration(java.lang.String strOutPutXslPropertyOmitXmlDeclaration)
strOutPutXslPropertyOmitXmlDeclaration
- The _strOutputXslPropertyOmitXmlDeclaration to set.public java.lang.String getOutputXslPropertyStandalone()
public void setOutputXslPropertyStandalone(java.lang.String strOutPutXslPropertyStandalone)
strOutPutXslPropertyStandalone
- The _strOutputXslPropertyStandalone to set.public java.lang.String getOutputXslPropertyVersion()
public void setOutputXslPropertyVersion(java.lang.String strOutPutXslPropertyVersion)
strOutPutXslPropertyVersion
- The _strOutputXslPropertyVersion to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |