public interface TimeCollectionRuleContract extends KpmeEffectiveKeyedDataTransferObject
TimeCollectionRuleContract interface
Modifier and Type | Method and Description |
---|---|
DepartmentContract |
getDepartmentObj()
The Department object associated with the TimeCollectionRule
|
String |
getDept()
The department name associated with the TimeCollectionRule
|
Boolean |
getHistory()
The history flag of the TimeCollectionRule
|
String |
getHrDeptId()
The id of the Department object associated with the TimeCollectionRule
|
String |
getHrPayTypeId()
The id of the PayType object associated with the TimeCollectionRule
|
String |
getPayType()
The pay type associated with the TimeCollectionRule
|
PayTypeContract |
getPayTypeObj()
The PayType object associated with the TimeCollectionRule
|
String |
getTkTimeCollectionRuleId()
The primary key of a TimeCollectionRule entry saved in a database
|
String |
getTkWorkAreaId()
The id of the WorkArea object associated with the TimeCollectionRule
|
String |
getUserPrincipalId()
The principal Id of user who created the TimeCollectionRule
|
Long |
getWorkArea()
The work area number associated with the TimeCollectionRule
|
WorkAreaContract |
getWorkAreaObj()
The WorkArea object associated with the TimeCollectionRule
|
boolean |
isClockUserFl()
The flag to indicate if clock entry will be required for recording time
based on the department and work area
|
getEffectiveLocalDate
getCreateTime
getGroupKey, getGroupKeyCode
DepartmentContract getDepartmentObj()
departmentObj of a TimeCollectionRule
String getPayType()
payType of a TimeCollectionRule
String getHrPayTypeId()
hrPayTypeId of a TimeCollectionRule
PayTypeContract getPayTypeObj()
payTypeObj of a TimeCollectionRule
WorkAreaContract getWorkAreaObj()
workAreaObj of a TimeCollectionRule
Long getWorkArea()
workArea of a TimeCollectionRule
boolean isClockUserFl()
clockUserFl flag of a TimeCollectionRule
String getUserPrincipalId()
This field is auto populated.
getUserPrincipalId
in interface UserModified
String getTkTimeCollectionRuleId()
tkTimeCollectionRuleId of a TimeCollectionRule
String getDept()
dept of a TimeCollectionRule
String getTkWorkAreaId()
tkWorkAreaId of a TimeCollectionRule
String getHrDeptId()
hrDeptId of a TimeCollectionRule
Boolean getHistory()
history flag of a TimeCollectionRule
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.