fr.paris.lutece.plugins.document.business
Class DocumentFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.document.business.DocumentFilter

public class DocumentFilter
extends java.lang.Object


Constructor Summary
DocumentFilter()
           
 
Method Summary
 boolean containsDocumentTypeCriteria()
          Tell if the filter contains a criteria on the Document type
 boolean containsSpaceCriteria()
          Tell if the filter contains a criteria on the Document space
 boolean containsStateCriteria()
          Tell if the filter contains a criteria on the Document state
 java.lang.String getCodeDocumentType()
          Returns the CodeDocumentType
 int getIdSpace()
          Returns the IdSpace
 int getIdState()
          Returns the IdState
 void setCodeDocumentType(java.lang.String strCodeDocumentType)
          Sets the CodeDocumentType
 void setIdSpace(int nIdSpace)
          Sets the IdSpace
 void setIdState(int nIdState)
          Sets the IdState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFilter

public DocumentFilter()
Method Detail

getIdSpace

public int getIdSpace()
Returns the IdSpace

Returns:
The IdSpace

setIdSpace

public void setIdSpace(int nIdSpace)
Sets the IdSpace

Parameters:
nIdSpace - The IdSpace

containsSpaceCriteria

public boolean containsSpaceCriteria()
Tell if the filter contains a criteria on the Document space

Returns:
True if the filter contains a criteria on the Document space otherwise false

getIdState

public int getIdState()
Returns the IdState

Returns:
The IdState

containsStateCriteria

public boolean containsStateCriteria()
Tell if the filter contains a criteria on the Document state

Returns:
True if the filter contains a criteria on the Document state otherwise false

setIdState

public void setIdState(int nIdState)
Sets the IdState

Parameters:
nIdState - The IdState

getCodeDocumentType

public java.lang.String getCodeDocumentType()
Returns the CodeDocumentType

Returns:
The CodeDocumentType

setCodeDocumentType

public void setCodeDocumentType(java.lang.String strCodeDocumentType)
Sets the CodeDocumentType

Parameters:
strCodeDocumentType - The CodeDocumentType

containsDocumentTypeCriteria

public boolean containsDocumentTypeCriteria()
Tell if the filter contains a criteria on the Document type

Returns:
True if the filter contains a criteria on the Document type otherwise false


Copyright © 2007 Mairie de Paris. All Rights Reserved.