public interface ClassificationContract extends KpmeEffectiveKeyedSetDataTransferObject
ClassificationContract interface
Modifier and Type | Method and Description |
---|---|
String |
getBenefitsEligible()
The flag indicating if the position classification is eligible for benefits
|
String |
getClassificationTitle()
The text description for the position classification
|
List<? extends ClassificationDutyContract> |
getDutyList()
The list of ClassificationDuty Objects associated with the Classification
|
String |
getExternalReference()
The optional reference field used to enter a url link with detailed description of the Position Classification
|
List<? extends ClassificationFlagContract> |
getFlagList()
The list of ClassificationFlag Objects associated with the Classification
|
String |
getLeaveEligible()
The flag indicating if the position classification is eligible for leave benefits
|
String |
getLeavePlan()
The leavePlan associated with the salary group
|
String |
getPayGrade()
The Pay Grade to be assigned to Position Classification
|
BigDecimal |
getPercentTime()
The maximum percentage of time worked for the position classification
|
String |
getPmPositionClassId()
The primary key for a Classification entry saved in the database
|
String |
getPoolEligible()
The flag indicating if the position classification is eligible to be used for pooled position
|
String |
getPositionClass()
The identifier of the position classification
|
String |
getPositionReportGroup()
The high level grouping of Position Reporting Group Sub Categories that can be assigned to a Position Classification
|
String |
getPositionType()
The grouping of Position Classification to determine routing of action reason for position maintenance
|
List<? extends ClassificationQualificationContract> |
getQualificationList()
The list of ClassificationQualification objects associated with the Classification
|
String |
getSalaryGroup()
The grouping of Salary Group payroll attributes to be assigned to Position Classification
|
String |
getTenureEligible()
The flag indicating if the position classification is eligible for tenure
|
getEffectiveKeySet
getEffectiveLocalDate
getCreateTime
getUserPrincipalId
getGroupKeyCodeSet, getGroupKeySet
String getPositionClass()
positionClass of the Classification.
String getClassificationTitle()
classificationTitle for the Classification.
String getSalaryGroup()
salaryGroup for the Classification.
String getPayGrade()
payGrade for the Classification.
BigDecimal getPercentTime()
percentTime of the Classification.
String getBenefitsEligible()
benefitsEligible of the Classification.
String getLeaveEligible()
leaveEligible of the Classification.
String getLeavePlan()
leavePlan of the Classification.
String getPositionReportGroup()
positionReportGroup of the Classification.
String getPositionType()
positionType of the Classification.
String getPoolEligible()
poolEligible for the Classification.
String getTenureEligible()
tenureEligible for a Classification.
String getExternalReference()
externalReference for the Classification.
List<? extends ClassificationQualificationContract> getQualificationList()
qualificationList for the Classification.
String getPmPositionClassId()
pmPositionClassId for the Classification.
List<? extends ClassificationDutyContract> getDutyList()
List of ClassificationDuty Objects for the Classification.
List<? extends ClassificationFlagContract> getFlagList()
List of ClassificationFlag Objects for the Classification.
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.