fr.paris.lutece.plugins.files2docs.business
Class Mapping

java.lang.Object
  extended by fr.paris.lutece.plugins.files2docs.business.Mapping

public class Mapping
extends java.lang.Object

This class defines the Files2Docs Mapping business object


Constructor Summary
Mapping()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the mapping description
 java.lang.String getDocumentTypeCode()
          Returns the document type code
 java.lang.String getDocumentTypeName()
          Returns the document type name
 int getId()
          Returns the mapping identifier
 java.lang.String getSummary()
          Returns the summary format
 java.lang.String getTitle()
          Returns the title format
 void setDescription(java.lang.String strDescription)
          Sets the mapping description
 void setDocumentTypeCode(java.lang.String strDocumentTypeCode)
          Sets the document type code
 void setDocumentTypeName(java.lang.String strDocumentTypeName)
          Sets the document type name
 void setId(int nMappingId)
          Sets the mapping identifier
 void setSummary(java.lang.String strSummary)
          Sets the summary format
 void setTitle(java.lang.String strTitle)
          Sets the title format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()
Method Detail

getId

public int getId()
Returns the mapping identifier

Returns:
The mapping identifier

setId

public void setId(int nMappingId)
Sets the mapping identifier

Parameters:
nMappingId - The mapping identifier

getDocumentTypeCode

public java.lang.String getDocumentTypeCode()
Returns the document type code

Returns:
The document type code

setDocumentTypeCode

public void setDocumentTypeCode(java.lang.String strDocumentTypeCode)
Sets the document type code

Parameters:
strDocumentTypeCode - The document type code

getDocumentTypeName

public java.lang.String getDocumentTypeName()
Returns the document type name

Returns:
The document type name

setDocumentTypeName

public void setDocumentTypeName(java.lang.String strDocumentTypeName)
Sets the document type name

Parameters:
strDocumentTypeName - The document type name

getDescription

public java.lang.String getDescription()
Returns the mapping description

Returns:
The mapping description

setDescription

public void setDescription(java.lang.String strDescription)
Sets the mapping description

Parameters:
strDescription - The mapping description

getTitle

public java.lang.String getTitle()
Returns the title format

Returns:
The title format

setTitle

public void setTitle(java.lang.String strTitle)
Sets the title format

Parameters:
strTitle - The title format

getSummary

public java.lang.String getSummary()
Returns the summary format

Returns:
The summary format

setSummary

public void setSummary(java.lang.String strSummary)
Sets the summary format

Parameters:
strSummary - The summary format


Copyright © 2012 Mairie de Paris. All Rights Reserved.