public interface PayGradeContract extends HrBusinessObjectContract
PayGradeContract interface.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Description of the PayGrade
|
String |
getHistory()
History flag for PayGrade lookups
|
String |
getHrPayGradeId()
The Primary Key of a PayGrade entry saved in a database
|
String |
getInstitution()
The name of the Institution the PayGrade is associated with.
|
String |
getLocation()
The name of the Location the PayGrade is associated with.
|
BigDecimal |
getMaxHiringRate()
Maximum Hiring pay rate for this PayGrade
|
BigDecimal |
getMaxRate()
Maximum pay rate for this PayGrade
|
BigDecimal |
getMidPointRate()
Mid Point pay rate for this PayGrade
|
BigDecimal |
getMinRate()
Minimum pay rate for this PayGrade
|
String |
getPayGrade()
Text field used to identify the PayGrade
|
String |
getRateType()
The measurement of the pay rate ranges being defined for this PayGrade
|
String |
getSalGroup()
The name of the SalaryGroup the PayGrade is associated with.
|
String |
getUserPrincipalId()
TODO: is this field needed?
|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp
String getHrPayGradeId()
hrPayGradeId of a PayGrade
String getPayGrade()
payGrade of a PayGrade
String getDescription()
description of a PayGrade
String getUserPrincipalId()
String getSalGroup()
salGroup of a PayGrade
String getInstitution()
institution of a PayGrade
String getRateType()
rateType of a PayGrade
BigDecimal getMinRate()
minRate of a PayGrade
BigDecimal getMaxRate()
maxRate of a PayGrade
BigDecimal getMidPointRate()
midPointRate of a PayGrade
BigDecimal getMaxHiringRate()
maxHiringRate of a PayGrade
String getHistory()
history of PayGrade
String getLocation()
location of a PayGrade
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.