org.kuali.kpme.pm.api.flag
Interface FlagContract

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.PersistableBusinessObject, Serializable, org.kuali.rice.core.api.mo.common.Versioned
All Known Subinterfaces:
ClassificationFlagContract, PstnFlagContract
All Known Implementing Classes:
ClassificationFlag, Flag, PstnFlag

public interface FlagContract
extends org.kuali.rice.krad.bo.PersistableBusinessObject

FlagContract interface


Method Summary
 String getCategory()
          A grouping of flags
 String getNames()
          The name of the Flag
 String getPmFlagId()
          The ID for the Flag object which Classification Flag and pstnFlag extend
 
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
 

Method Detail

getPmFlagId

String getPmFlagId()
The ID for the Flag object which Classification Flag and pstnFlag extend

pmFlagId of a Flag.

Returns:
pmFlagId for Flag

getCategory

String getCategory()
A grouping of flags

category of a Flag

Returns:
category for Flag

getNames

String getNames()
The name of the Flag

A descriptive name for the flag.

Returns:
names for Flag


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