public final class PositionDuty extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements PositionDutyContract
Modifier and Type | Class and Description |
---|---|
static class |
PositionDuty.Builder
A builder which can be used to construct
PositionDuty instances. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description associated with the PositionDuty
|
org.joda.time.LocalDate |
getEffectiveLocalDateOfOwner() |
String |
getHrPositionId() |
String |
getName()
The name associated with the PositionDuty
|
String |
getObjectId() |
BigDecimal |
getPercentage()
The percentage associated with the PositionDuty
|
String |
getPmDutyId()
The primary key for a PositionDuty entry saved in the database
|
Long |
getVersionNumber() |
public String getName()
PositionDutyContract
name of a PositionDuty
getName
in interface PositionDutyContract
public String getDescription()
PositionDutyContract
description of a PositionDuty.
getDescription
in interface PositionDutyContract
public BigDecimal getPercentage()
PositionDutyContract
percentage of a PositionDuty.
getPercentage
in interface PositionDutyContract
public String getPmDutyId()
PositionDutyContract
pmDutyId of a PositinDuty.
getPmDutyId
in interface PositionDutyContract
public String getHrPositionId()
getHrPositionId
in interface PositionDerivedContract
public org.joda.time.LocalDate getEffectiveLocalDateOfOwner()
getEffectiveLocalDateOfOwner
in interface KpmeEffectiveDerivedDataTransferObject
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
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.