public interface DepartmentContract extends KpmeEffectiveKeyedDataTransferObject
DepartmentContract interface.
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getChart()
Chart value under which the Department is defined
|
String |
getDept()
Text field used to identify the Department
|
String |
getDescription()
Text which describes the department value
|
String |
getHrDeptId()
The Primary Key of a Department entry saved in a database
|
String |
getOrg()
Organization value under which the Department is defined
|
boolean |
isPayrollApproval()
Indicates if this Department needs payroll approval
|
getEffectiveLocalDate
getCreateTime
getUserPrincipalId
getGroupKey, getGroupKeyCode
static final String CACHE_NAME
String getHrDeptId()
hrDeptId of Department
String getDept()
dept of Department
String getDescription()
description of Department
String getChart()
chart of Department
String getOrg()
org of Department
boolean isPayrollApproval()
payrollApproval of Department
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.