public class DocumentState extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_ARCHIVED |
static int |
STATE_IN_CHANGE |
static int |
STATE_REJECTED |
static int |
STATE_VALIDATE |
static int |
STATE_WAITING_FOR_APPROVAL |
static int |
STATE_WAITING_FOR_CHANGE_APPROVAL |
static int |
STATE_WRITING |
| Constructor and Description |
|---|
DocumentState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptionKey()
Returns the DescriptionKey
|
int |
getId()
Returns the IdState
|
String |
getName()
Returns the Name
|
String |
getNameKey()
Returns the NameKey
|
void |
setDescriptionKey(String strDescriptionKey)
Sets the DescriptionKey
|
void |
setId(int nIdState)
Sets the IdState
|
void |
setLocale(Locale locale)
Sets the Locale
|
void |
setNameKey(String strNameKey)
Sets the NameKey
|
public static final int STATE_WRITING
public static final int STATE_WAITING_FOR_APPROVAL
public static final int STATE_VALIDATE
public static final int STATE_REJECTED
public static final int STATE_ARCHIVED
public static final int STATE_IN_CHANGE
public static final int STATE_WAITING_FOR_CHANGE_APPROVAL
public int getId()
public void setId(int nIdState)
nIdState - The IdStatepublic void setLocale(Locale locale)
locale - the localepublic String getNameKey()
public void setNameKey(String strNameKey)
strNameKey - The NameKeypublic String getDescriptionKey()
public void setDescriptionKey(String strDescriptionKey)
strDescriptionKey - The DescriptionKeypublic String getName()
Copyright © 2020 City of Paris. All rights reserved.