org.kuali.kfs.module.cg.businessobject
Interface Primaryable

All Known Implementing Classes:
AwardOrganization, AwardProjectDirector, ProposalOrganization, ProposalProjectDirector

public interface Primaryable

Interface for BO instances that may be designated as "primary", e.g., within a collection.


Method Summary
 boolean isPrimary()
           
 

Method Detail

isPrimary

boolean isPrimary()
Returns:
whether this BO instance is the primary one within a collection. This is normally exclusive of any other BOs in the same collection.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.