org.kuali.kpme.core.api.institution
Interface InstitutionContract

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:
Institution

public interface InstitutionContract
extends HrBusinessObjectContract

InstitutionContract interface.


Method Summary
 String getDescription()
          Text that describes this Institution
 String getInstitutionCode()
          Text that identifies this Institution
 String getPmInstitutionId()
          Primary key of Institution object associated with this Assignment
 
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

getInstitutionCode

String getInstitutionCode()
Text that identifies this Institution

institutionCode of Institution

Returns:
institutionCode for Institution

getDescription

String getDescription()
Text that describes this Institution

description of Institution

Returns:
description for Institution

getPmInstitutionId

String getPmInstitutionId()
Primary key of Institution object associated with this Assignment

pmInstitutionId of Institution

Returns:
pmInstitutionId for Institution


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