public final class PayStep extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements PayStepContract
| Modifier and Type | Class and Description |
|---|---|
static class |
PayStep.Builder
A builder which can be used to construct
PayStep instances. |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCompRate()
The compensation rate that will be applied to the position's pay rate
|
org.joda.time.DateTime |
getCreateTime()
The timestamp of when this HrBusinessObject was last created/updated
|
org.joda.time.LocalDate |
getEffectiveLocalDate()
The localDate format of the effective date of the HrBusinessObject
|
String |
getId() |
String |
getObjectId() |
String |
getPayGrade()
The pay group the PayStep is associated with
|
String |
getPayStep()
The text field used to identify the PayStep
|
String |
getPmPayStepId()
The primary key of a PayStep entry saved in a database
|
String |
getSalaryGroup()
The salary group the PayStep is associated with
|
int |
getServiceAmount()
The amount of time from position incumbent's service date to when the step is applied
|
String |
getServiceUnit()
The unit of measurement for time to apply the step
|
int |
getStepNumber()
The order that the steps are applied
|
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getVersionNumber() |
boolean |
isActive() |
public BigDecimal getCompRate()
PayStepContractcompRate of a PayStep
getCompRate in interface PayStepContractpublic int getStepNumber()
PayStepContractstepNumber of a PayStep
getStepNumber in interface PayStepContractpublic String getPayGrade()
PayStepContractpayGrade of a PayStep
getPayGrade in interface PayStepContractpublic String getPmPayStepId()
PayStepContractpmPayStepId of a PayStep
getPmPayStepId in interface PayStepContractpublic String getServiceUnit()
PayStepContractserviceUnit of a PayStep
getServiceUnit in interface PayStepContractpublic String getPayStep()
PayStepContractpayStep of a PayStep
getPayStep in interface PayStepContractpublic String getSalaryGroup()
PayStepContractsalaryGroup of a PayStep
getSalaryGroup in interface PayStepContractpublic int getServiceAmount()
PayStepContractserviceAmount of a PayStep
getServiceAmount in interface PayStepContractpublic Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic String getObjectId()
getObjectId in interface org.kuali.rice.core.api.mo.common.GloballyUniquepublic boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic org.joda.time.LocalDate getEffectiveLocalDate()
EffectiveeffectiveLocalDate of HrBusinessObject
getEffectiveLocalDate in interface Effectivepublic org.joda.time.DateTime getCreateTime()
CreateTimetimestamp of HrBusinessObject
getCreateTime in interface CreateTimepublic String getUserPrincipalId()
UserModifieduserPrincipalId of HrBusinessObject
getUserPrincipalId in interface UserModifiedCopyright © 2004–2014 The Kuali Foundation. All rights reserved.