public interface AssignmentContract extends KpmeEffectiveKeyedDataTransferObject
AssignmentContract interface.
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Modifier and Type | Method and Description |
---|---|
List<? extends AssignmentAccountContract> |
getAssignmentAccounts()
List of AssignmentAccounts associated with this Assignment
|
String |
getAssignmentDescription()
Task field of Task object associated with the Assignment
|
String |
getAssignmentKey()
String combination job, workarea and task of AssignmentDescriptionKey build with the Assignment
|
String |
getCalGroup()
CalendarGroup associated with the Assignment
|
String |
getClockText()
Provides us with the text to display to the user for clock actions on
this assignment.
|
String |
getDept()
Department based on the Job object associated with the Assignment
|
JobContract |
getJob()
Job object associated with this Assignment
|
Long |
getJobNumber()
Job number of Job object associated with this Assignment
|
String |
getName()
Name of the employee associated with this Assignment
|
String |
getPrincipalId()
Identifier of the employee associated with this Assignment
|
Long |
getTask()
Task field of Task object associated with the Assignment
|
TaskContract |
getTaskObj()
Task object associated with the Assignment
|
String |
getTkAssignmentId()
The Primary Key of an Assignment entry saved in a database
|
Long |
getWorkArea()
WorkArea field of WorkArea object associated with the Assignment
|
WorkAreaContract |
getWorkAreaObj()
The work area for recording time which also drives approval routing.
|
boolean |
isPrimaryAssign() |
getEffectiveLocalDate
getCreateTime
getUserPrincipalId
getGroupKey, getGroupKeyCode
static final String CACHE_NAME
List<? extends AssignmentAccountContract> getAssignmentAccounts()
assignmentAccounts of Assignment
String getPrincipalId()
principalId of Assignment
String getName()
employee name of Assignment
JobContract getJob()
job of Assignment
Long getJobNumber()
jobNumber of Assignment
String getClockText()
clockText of Assignment
String getTkAssignmentId()
tkAssignmentId of Assignment
String getDept()
dept of Assignment
WorkAreaContract getWorkAreaObj()
workAreaObj of Assignment
Long getWorkArea()
workArea of Assignment
Long getTask()
task of Assignment
String getAssignmentDescription()
task of Assignment
TaskContract getTaskObj()
taskObj of Assignment
String getCalGroup()
calGroup of Assignment
String getAssignmentKey()
assignmentKey of Assignment
boolean isPrimaryAssign()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.