com.moyosoft.connector.ms.outlook.task
Class TaskOwnership

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.task.TaskOwnership

public class TaskOwnership
extends com.moyosoft.util.AbstractType


Field Summary
static TaskOwnership DELEGATED_TASK
           
static TaskOwnership NEW_TASK
           
static TaskOwnership OWN_TASK
           
 
Method Summary
static TaskOwnership getById(int pId)
           
 boolean isDelegatedTask()
           
 boolean isNewTask()
           
 boolean isOwnTask()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEW_TASK

public static final TaskOwnership NEW_TASK

DELEGATED_TASK

public static final TaskOwnership DELEGATED_TASK

OWN_TASK

public static final TaskOwnership OWN_TASK
Method Detail

getById

public static TaskOwnership getById(int pId)

isNewTask

public boolean isNewTask()

isDelegatedTask

public boolean isDelegatedTask()

isOwnTask

public boolean isOwnTask()