public interface PositionDutyContract extends PositionDerivedContract
PositionDutyContract interface
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description associated with the PositionDuty
|
String |
getName()
The name associated with the PositionDuty
|
BigDecimal |
getPercentage()
The percentage associated with the PositionDuty
|
String |
getPmDutyId()
The primary key for a PositionDuty entry saved in the database
|
getHrPositionId
getEffectiveLocalDateOfOwner
String getPmDutyId()
pmDutyId of a PositinDuty.
String getName()
name of a PositionDuty
String getDescription()
description of a PositionDuty.
BigDecimal getPercentage()
percentage of a PositionDuty.
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.