fr.paris.lutece.portal.business.style
Class Mode

java.lang.Object
  extended by fr.paris.lutece.portal.business.style.Mode

public class Mode
extends java.lang.Object

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

Mode

public Mode()
Method Detail

setId

public void setId(int nId)
Sets the mode identifier

Parameters:
nId - the mode identifier

getId

public int getId()
Returns the mode identifier

Returns:
the mode identifier

setDescription

public void setDescription(java.lang.String strDescription)
Sets the name of the mode

Parameters:
strDescription - the mode name

getDescription

public java.lang.String getDescription()
Returns the name of the mode

Returns:
mode name

setPath

public void setPath(java.lang.String strPath)
Sets the path of the stylesheet according to their mode

Parameters:
strPath - the path

getPath

public java.lang.String getPath()
Returns the path of the stylesheet according to their mode

Returns:
path

getOutputXslPropertyEncoding

public java.lang.String getOutputXslPropertyEncoding()
Returns:
Returns the _strOutputXslPropertyEncoding.

setOutputXslPropertyEncoding

public void setOutputXslPropertyEncoding(java.lang.String strOutPutXslPropertyEncoding)
Parameters:
strOutPutXslPropertyEncoding - The _strOutputXslPropertyEncoding to set.

getOutputXslPropertyIndent

public java.lang.String getOutputXslPropertyIndent()
Returns:
Returns the _strOutputXslPropertyIndent.

setOutputXslPropertyIndent

public void setOutputXslPropertyIndent(java.lang.String strOutPutXslPropertyIndent)
Parameters:
strOutPutXslPropertyIndent - The _strOutputXslPropertyIndent to set.

getOutputXslPropertyMediaType

public java.lang.String getOutputXslPropertyMediaType()
Returns:
Returns the _strOutputXslPropertyMediaType.

setOutputXslPropertyMediaType

public void setOutputXslPropertyMediaType(java.lang.String strOutPutXslPropertyMediaType)
Parameters:
strOutPutXslPropertyMediaType - The _strOutputXslPropertyMediaType to set.

getOutputXslPropertyMethod

public java.lang.String getOutputXslPropertyMethod()
Returns:
Returns the _strOutputXslPropertyMethod.

setOutputXslPropertyMethod

public void setOutputXslPropertyMethod(java.lang.String strOutPutXslPropertyMethod)
Parameters:
strOutPutXslPropertyMethod - The _strOutputXslPropertyMethod to set.

getOutputXslPropertyOmitXmlDeclaration

public java.lang.String getOutputXslPropertyOmitXmlDeclaration()
Returns:
Returns the _strOutputXslPropertyOmitXmlDeclaration.

setOutputXslPropertyOmitXmlDeclaration

public void setOutputXslPropertyOmitXmlDeclaration(java.lang.String strOutPutXslPropertyOmitXmlDeclaration)
Parameters:
strOutPutXslPropertyOmitXmlDeclaration - The _strOutputXslPropertyOmitXmlDeclaration to set.

getOutputXslPropertyStandalone

public java.lang.String getOutputXslPropertyStandalone()
Returns:
Returns the _strOutputXslPropertyStandalone.

setOutputXslPropertyStandalone

public void setOutputXslPropertyStandalone(java.lang.String strOutPutXslPropertyStandalone)
Parameters:
strOutPutXslPropertyStandalone - The _strOutputXslPropertyStandalone to set.

getOutputXslPropertyVersion

public java.lang.String getOutputXslPropertyVersion()
Returns:
Returns the _strOutputXslPropertyVersion.

setOutputXslPropertyVersion

public void setOutputXslPropertyVersion(java.lang.String strOutPutXslPropertyVersion)
Parameters:
strOutPutXslPropertyVersion - The _strOutputXslPropertyVersion to set.


Copyright © 2007 Mairie de Paris. All Rights Reserved.