public final class Assignment extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements AssignmentContract
Modifier and Type | Class and Description |
---|---|
static class |
Assignment.Builder
A builder which can be used to construct
Assignment instances. |
CACHE_NAME
Modifier and Type | Method and Description |
---|---|
List<AssignmentAccount> |
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.
|
org.joda.time.DateTime |
getCreateTime()
The timestamp of when this HrBusinessObject was last created/updated
|
String |
getDept()
Department based on the Job object associated with the Assignment
|
org.joda.time.LocalDate |
getEffectiveLocalDate()
The localDate format of the effective date of the HrBusinessObject
|
HrGroupKey |
getGroupKey() |
String |
getGroupKeyCode()
The localDate format of the effective date of the HrBusinessObject
|
String |
getId() |
Job |
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 |
getObjectId() |
String |
getPrincipalId()
Identifier of the employee associated with this Assignment
|
Long |
getTask()
Task field of Task object associated with the Assignment
|
Task |
getTaskObj()
Task object associated with the Assignment
|
String |
getTkAssignmentId()
The Primary Key of an Assignment entry saved in a database
|
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getVersionNumber() |
Long |
getWorkArea()
WorkArea field of WorkArea object associated with the Assignment
|
WorkArea |
getWorkAreaObj()
The work area for recording time which also drives approval routing.
|
boolean |
isActive() |
boolean |
isPrimaryAssign() |
public String getName()
AssignmentContract
employee name of Assignment
getName
in interface AssignmentContract
public List<AssignmentAccount> getAssignmentAccounts()
AssignmentContract
assignmentAccounts of Assignment
getAssignmentAccounts
in interface AssignmentContract
public String getPrincipalId()
AssignmentContract
principalId of Assignment
getPrincipalId
in interface AssignmentContract
public String getGroupKeyCode()
KeyedData
effectiveLocalDate of HrBusinessObject
getGroupKeyCode
in interface KeyedData
public Job getJob()
AssignmentContract
job of Assignment
getJob
in interface AssignmentContract
public Long getJobNumber()
AssignmentContract
jobNumber of Assignment
getJobNumber
in interface AssignmentContract
public String getClockText()
AssignmentContract
clockText of Assignment
getClockText
in interface AssignmentContract
public String getTkAssignmentId()
AssignmentContract
tkAssignmentId of Assignment
getTkAssignmentId
in interface AssignmentContract
public String getDept()
AssignmentContract
dept of Assignment
getDept
in interface AssignmentContract
public WorkArea getWorkAreaObj()
AssignmentContract
workAreaObj of Assignment
getWorkAreaObj
in interface AssignmentContract
public Long getWorkArea()
AssignmentContract
workArea of Assignment
getWorkArea
in interface AssignmentContract
public Long getTask()
AssignmentContract
task of Assignment
getTask
in interface AssignmentContract
public Task getTaskObj()
AssignmentContract
taskObj of Assignment
getTaskObj
in interface AssignmentContract
public HrGroupKey getGroupKey()
getGroupKey
in interface KeyedData
public String getCalGroup()
AssignmentContract
calGroup of Assignment
getCalGroup
in interface AssignmentContract
public String getAssignmentKey()
AssignmentContract
assignmentKey of Assignment
getAssignmentKey
in interface AssignmentContract
public boolean isPrimaryAssign()
isPrimaryAssign
in interface AssignmentContract
public String getAssignmentDescription()
AssignmentContract
task of Assignment
getAssignmentDescription
in interface AssignmentContract
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public org.joda.time.LocalDate getEffectiveLocalDate()
Effective
effectiveLocalDate of HrBusinessObject
getEffectiveLocalDate
in interface Effective
public org.joda.time.DateTime getCreateTime()
CreateTime
timestamp of HrBusinessObject
getCreateTime
in interface CreateTime
public String getUserPrincipalId()
UserModified
userPrincipalId of HrBusinessObject
getUserPrincipalId
in interface UserModified
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.