public interface ClassificationDutyContract extends ClassificationDerivedContract
ClassificationDutyContract interface
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The text area used for detailed description of the Duty
|
String |
getName()
The short name of the duty associated with the ClassificationDuty
|
BigDecimal |
getPercentage()
The percent of time performing the specified duty
|
String |
getPmDutyId()
The Primary Key that a ClassificationDuty record will be saved to a database with
|
getPmPositionClassId
getEffectiveLocalDateOfOwner
String getPmDutyId()
pmDutyId of a ClassificationDuty.
String getName()
name of a ClassificationDuty.
String getDescription()
description of a ClassificationDuty.
BigDecimal getPercentage()
percentage of a ClassificationDuty.
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.