public interface TaskContract extends KpmeEffectiveDataTransferObject
TaskContract interface.
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getAdministrativeDescription()
Additional description field.
|
String |
getDescription()
Text field used to identify the task.
|
Long |
getTask()
Numeric value for the task
|
String |
getTkTaskId()
The Primary Key of a Task entry saved in a database
|
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getWorkArea()
WorkArea string of the WorkArea object associated with a Task
|
getEffectiveLocalDate
getCreateTime
static final String CACHE_NAME
String getTkTaskId()
tkTaskId of Task
Long getWorkArea()
workArea of Task
String getDescription()
description of Task
String getAdministrativeDescription()
administrativeDescription of Task
String getUserPrincipalId()
UserModified
userPrincipalId of HrBusinessObject
getUserPrincipalId
in interface UserModified
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.