fr.paris.lutece.plugins.workflow.modules.taskassignment.business
Class TaskAssignmentConfig

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.taskassignment.business.TaskAssignmentConfig

public class TaskAssignmentConfig
extends java.lang.Object

TaskCommentConfig


Field Summary
static java.lang.String ASSIGMENT_TYPE_ADMIN_USER
           
static java.lang.String ASSIGMENT_TYPE_WORKGROUP
           
 
Constructor Summary
TaskAssignmentConfig()
           
 
Method Summary
 int getIdTask()
           
 java.lang.String getMessage()
           
 java.lang.String getSubject()
           
 java.lang.String getTitle()
           
 java.util.List<WorkgroupConfig> getWorkgroups()
           
 boolean isMultipleOwner()
           
 boolean isNotify()
           
 boolean isUseUserName()
           
 void setIdTask(int idTask)
           
 void setMessage(java.lang.String message)
           
 void setMultipleOwner(boolean multipleOwner)
          set true if the user can choose multiple entity
 void setNotify(boolean notify)
           
 void setSubject(java.lang.String subject)
           
 void setTitle(java.lang.String title)
          set the title of the field insert in tasks form
 void setUseUserName(boolean useUserName)
           
 void setWorkgroups(java.util.List<WorkgroupConfig> worgroups)
          set a list wich contains the differents workgroups to displayed in task form
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSIGMENT_TYPE_ADMIN_USER

public static final java.lang.String ASSIGMENT_TYPE_ADMIN_USER
See Also:
Constant Field Values

ASSIGMENT_TYPE_WORKGROUP

public static final java.lang.String ASSIGMENT_TYPE_WORKGROUP
See Also:
Constant Field Values
Constructor Detail

TaskAssignmentConfig

public TaskAssignmentConfig()
Method Detail

isUseUserName

public boolean isUseUserName()
Returns:
the _bUseUserName

setUseUserName

public void setUseUserName(boolean useUserName)
Parameters:
useUserName - the _bUseUserName to set

getSubject

public java.lang.String getSubject()
Returns:
the _strSubject

setSubject

public void setSubject(java.lang.String subject)
Parameters:
subject - the _strSubject to set

isNotify

public boolean isNotify()
Returns:
the _bNotification

setNotify

public void setNotify(boolean notify)
Parameters:
notification - the _bNotification to set

getMessage

public java.lang.String getMessage()
Returns:
the _strMessage

setMessage

public void setMessage(java.lang.String message)
Parameters:
message - the _strMessage to set

getIdTask

public int getIdTask()
Returns:
the task id

setIdTask

public void setIdTask(int idTask)
Parameters:
idTask - the task id

getTitle

public java.lang.String getTitle()
Returns:
the title of the field insert in tasks form

setTitle

public void setTitle(java.lang.String title)
set the title of the field insert in tasks form

Parameters:
title - the title of the field insert in tasks form

getWorkgroups

public java.util.List<WorkgroupConfig> getWorkgroups()
Returns:
a list wich contains the differents workgroups to displayed in task form

setWorkgroups

public void setWorkgroups(java.util.List<WorkgroupConfig> worgroups)
set a list wich contains the differents workgroups to displayed in task form

Parameters:
worgroups - the list of workgroups

isMultipleOwner

public boolean isMultipleOwner()
Returns:
true if the user can choose multiple entity

setMultipleOwner

public void setMultipleOwner(boolean multipleOwner)
set true if the user can choose multiple entity

Parameters:
multipleOwner - true if the user can choose multiple entity


Copyright © 2012 Mairie de Paris. All Rights Reserved.