Interface TrainingStipendRateContract
-
- All Superinterfaces:
Describable,IdentifiableNumeric
public interface TrainingStipendRateContract extends IdentifiableNumeric, Describable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCareerLevel()DategetEffectiveDate()intgetExperienceLevel()ScaleTwoDecimalgetStipendRate()-
Methods inherited from interface org.kuali.coeus.sys.api.model.Describable
getDescription
-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
-
-
-
Method Detail
-
getCareerLevel
String getCareerLevel()
-
getExperienceLevel
int getExperienceLevel()
-
getStipendRate
ScaleTwoDecimal getStipendRate()
-
getEffectiveDate
Date getEffectiveDate()
-
-