org.kuali.kpme.pm.api.positionflag
Interface PositionFlagContract

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.core.api.mo.common.GloballyUnique, HrBusinessObjectContract, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.PersistableBusinessObject, Serializable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
PositionFlag

public interface PositionFlagContract
extends HrBusinessObjectContract

PositionFlagContract interface


Method Summary
 String getCategory()
          A grouping of PositionFlags
 String getPmPositionFlagId()
          THe Primary Key that a PositionFlag record will be saved to a database with
 String getPositionFlagName()
          The name of the PositionFlag
 
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp
 
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 

Method Detail

getPmPositionFlagId

String getPmPositionFlagId()
THe Primary Key that a PositionFlag record will be saved to a database with

pmPositionFlagId of a Flag.

Returns:
pmPositionFlagId for Flag

getCategory

String getCategory()
A grouping of PositionFlags

category of a PositionFlag, user will select a category to display all the PositionFlags for that category

Returns:
category for PositionFlag

getPositionFlagName

String getPositionFlagName()
The name of the PositionFlag

A descriptive name for the PositionFlag.

Returns:
positionFlagName for PositionFlag


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.