fr.paris.lutece.plugins.workflow.business.task
Interface ITaskType

All Known Implementing Classes:
TaskType

public interface ITaskType

ITaskType


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
 

Method Detail

getKey

java.lang.String getKey()
Returns:
key of the task type

setKey

void setKey(java.lang.String key)
set the key of the task type

Parameters:
key - title the key of the text type

getTitleI18nKey

java.lang.String getTitleI18nKey()
Returns:
the I18n title key of the task type

setTitleI18nKey

void setTitleI18nKey(java.lang.String title)
set the I18n title key of the task type

Parameters:
title - the title of the task type

getClassName

java.lang.String getClassName()
Returns:
the path for acces to the Classe task

setClassName

void setClassName(java.lang.String className)
set the path for acces to the Class task

Parameters:
className - the path for acces to the Class task

getTitle

java.lang.String getTitle()
Returns:
the title of the task type

setTitle

void setTitle(java.lang.String title)
set the title of the task type

Parameters:
title - the title of the task type


Copyright © 2011 Mairie de Paris. All Rights Reserved.