public interface PositionDutyContract extends org.kuali.rice.krad.bo.PersistableBusinessObject
PositionDutyContract interface
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()The description associated with the PositionDuty | 
| String | getHrPositionId()The HR position id 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 | 
String getPmDutyId()
pmDutyId of a PositinDuty.
String getName()
name of a PositionDuty
String getDescription()
description of a PositionDuty.
BigDecimal getPercentage()
percentage of a PositionDuty.
String getHrPositionId()
hrPositionId of a PositionDuty.
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.