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()
PayStepContract
compRate of a PayStep
getCompRate
in interface PayStepContract
public int getStepNumber()
PayStepContract
stepNumber of a PayStep
getStepNumber
in interface PayStepContract
public String getPayGrade()
PayStepContract
payGrade of a PayStep
getPayGrade
in interface PayStepContract
public String getPmPayStepId()
PayStepContract
pmPayStepId of a PayStep
getPmPayStepId
in interface PayStepContract
public String getServiceUnit()
PayStepContract
serviceUnit of a PayStep
getServiceUnit
in interface PayStepContract
public String getPayStep()
PayStepContract
payStep of a PayStep
getPayStep
in interface PayStepContract
public String getSalaryGroup()
PayStepContract
salaryGroup of a PayStep
getSalaryGroup
in interface PayStepContract
public int getServiceAmount()
PayStepContract
serviceAmount of a PayStep
getServiceAmount
in interface PayStepContract
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public org.joda.time.LocalDate getEffectiveLocalDate()
Effective
effectiveLocalDate of HrBusinessObject
getEffectiveLocalDate
in interface Effective
public org.joda.time.DateTime getCreateTime()
CreateTime
timestamp of HrBusinessObject
getCreateTime
in interface CreateTime
public String getUserPrincipalId()
UserModified
userPrincipalId of HrBusinessObject
getUserPrincipalId
in interface UserModified
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.