|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.task.TaskType
public class TaskType
class TaskType
Constructor Summary | |
---|---|
TaskType()
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
|
java.lang.String |
getKey()
|
java.lang.String |
getTitle()
|
java.lang.String |
getTitleI18nKey()
|
void |
setClassName(java.lang.String className)
set the path for acces to the Class task |
void |
setKey(java.lang.String key)
set the key of the task type |
void |
setTitle(java.lang.String title)
set the title of the task type |
void |
setTitleI18nKey(java.lang.String title)
set the I18n title key of the task type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskType()
Method Detail |
---|
public java.lang.String getKey()
getKey
in interface ITaskType
public void setKey(java.lang.String key)
ITaskType
setKey
in interface ITaskType
key
- title the key of the text typepublic java.lang.String getTitleI18nKey()
getTitleI18nKey
in interface ITaskType
public void setTitleI18nKey(java.lang.String title)
ITaskType
setTitleI18nKey
in interface ITaskType
title
- the title of the task typepublic java.lang.String getClassName()
getClassName
in interface ITaskType
public void setClassName(java.lang.String className)
ITaskType
setClassName
in interface ITaskType
className
- the path for acces to the Class taskpublic java.lang.String getTitle()
getTitle
in interface ITaskType
public void setTitle(java.lang.String title)
ITaskType
setTitle
in interface ITaskType
title
- the title of the task type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |