com.adobe.idp.taskmanager.dsc.client.task
Class DefaultSetupWorkflowUserResult

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.task.DefaultSetupWorkflowUserResult
All Implemented Interfaces:
SetupWorkflowUserResult, java.io.Serializable

public class DefaultSetupWorkflowUserResult
extends java.lang.Object
implements SetupWorkflowUserResult

See Also:
Serialized Form

Constructor Summary
DefaultSetupWorkflowUserResult()
           
 
Method Summary
 long getQueueId()
          Returns the default queue ID for the user
 boolean isOutOfOffice()
          Indicates if the user is out of office.
 void setOutOfOffice(boolean aIsOutOfOffice)
           
 void setQueueId(long aQueueId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSetupWorkflowUserResult

public DefaultSetupWorkflowUserResult()
Method Detail

isOutOfOffice

public boolean isOutOfOffice()
Description copied from interface: SetupWorkflowUserResult
Indicates if the user is out of office. This can be used to notify the end user that they are OOO when they login to the system

Specified by:
isOutOfOffice in interface SetupWorkflowUserResult
Returns:
true if the user is out of office

setOutOfOffice

public void setOutOfOffice(boolean aIsOutOfOffice)

getQueueId

public long getQueueId()
Description copied from interface: SetupWorkflowUserResult
Returns the default queue ID for the user

Specified by:
getQueueId in interface SetupWorkflowUserResult
Returns:
the default queue Id

setQueueId

public void setQueueId(long aQueueId)