public interface TaskContract extends HrBusinessObjectContract
TaskContract interface.
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()
TODO: is this field needed???
|
Long |
getWorkArea()
WorkArea string of the WorkArea object associated with a Task
|
WorkAreaContract |
getWorkAreaObj()
WorkArea object associated with a Task
|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp
String getTkTaskId()
tkTaskId of Task
Long getWorkArea()
workArea of Task
String getDescription()
description of Task
String getAdministrativeDescription()
administrativeDescription of Task
String getUserPrincipalId()
WorkAreaContract getWorkAreaObj()
workAreaObj of Task
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.