fr.paris.lutece.plugins.document.business.workflow
Class DocumentState

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

public class DocumentState
extends java.lang.Object


Field Summary
static int STATE_ARCHIVED
           
static int STATE_VALIDATE
           
 
Constructor Summary
DocumentState()
           
 
Method Summary
 java.lang.String getDescriptionKey()
          Returns the DescriptionKey
 int getId()
          Returns the IdState
 java.lang.String getName()
          Returns the Name
 java.lang.String getNameKey()
          Returns the NameKey
 void setDescriptionKey(java.lang.String strDescriptionKey)
          Sets the DescriptionKey
 void setId(int nIdState)
          Sets the IdState
 void setLocale(java.util.Locale locale)
          Sets the Locale
 void setNameKey(java.lang.String strNameKey)
          Sets the NameKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_VALIDATE

public static final int STATE_VALIDATE
See Also:
Constant Field Values

STATE_ARCHIVED

public static final int STATE_ARCHIVED
See Also:
Constant Field Values
Constructor Detail

DocumentState

public DocumentState()
Method Detail

getId

public int getId()
Returns the IdState

Returns:
The IdState

setId

public void setId(int nIdState)
Sets the IdState

Parameters:
nIdState - The IdState

setLocale

public void setLocale(java.util.Locale locale)
Sets the Locale

Parameters:
locale -

getNameKey

public java.lang.String getNameKey()
Returns the NameKey

Returns:
The NameKey

setNameKey

public void setNameKey(java.lang.String strNameKey)
Sets the NameKey

Parameters:
strNameKey - The NameKey

getDescriptionKey

public java.lang.String getDescriptionKey()
Returns the DescriptionKey

Returns:
The DescriptionKey

setDescriptionKey

public void setDescriptionKey(java.lang.String strDescriptionKey)
Sets the DescriptionKey

Parameters:
strDescriptionKey - The DescriptionKey

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name


Copyright © 2009 Mairie de Paris. All Rights Reserved.