fr.paris.lutece.plugins.workflow.business.task
Class TaskType

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.business.task.TaskType
All Implemented Interfaces:
ITaskType

public class TaskType
extends java.lang.Object
implements ITaskType

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

TaskType

public TaskType()
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface ITaskType
Returns:
key of the task type

setKey

public void setKey(java.lang.String key)
Description copied from interface: ITaskType
set the key of the task type

Specified by:
setKey in interface ITaskType
Parameters:
key - title the key of the text type

getTitleI18nKey

public java.lang.String getTitleI18nKey()
Specified by:
getTitleI18nKey in interface ITaskType
Returns:
the I18n title key of the task type

setTitleI18nKey

public void setTitleI18nKey(java.lang.String title)
Description copied from interface: ITaskType
set the I18n title key of the task type

Specified by:
setTitleI18nKey in interface ITaskType
Parameters:
title - the title of the task type

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface ITaskType
Returns:
the path for acces to the Classe task

setClassName

public void setClassName(java.lang.String className)
Description copied from interface: ITaskType
set the path for acces to the Class task

Specified by:
setClassName in interface ITaskType
Parameters:
className - the path for acces to the Class task

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface ITaskType
Returns:
the title of the task type

setTitle

public void setTitle(java.lang.String title)
Description copied from interface: ITaskType
set the title of the task type

Specified by:
setTitle in interface ITaskType
Parameters:
title - the title of the task type


Copyright © 2012 Mairie de Paris. All Rights Reserved.