|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.workflow.DocumentState
public class DocumentState
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 |
---|
public static final int STATE_VALIDATE
public static final int STATE_ARCHIVED
Constructor Detail |
---|
public DocumentState()
Method Detail |
---|
public int getId()
public void setId(int nIdState)
nIdState
- The IdStatepublic void setLocale(java.util.Locale locale)
locale
- public java.lang.String getNameKey()
public void setNameKey(java.lang.String strNameKey)
strNameKey
- The NameKeypublic java.lang.String getDescriptionKey()
public void setDescriptionKey(java.lang.String strDescriptionKey)
strDescriptionKey
- The DescriptionKeypublic java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |