org.kuali.student.r2.lum.clu.infc
Interface AdminOrg

All Superinterfaces:
Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
All Known Implementing Classes:
AdminOrgInfo

public interface AdminOrg
extends IdEntity

Admin Org information


Method Summary
 Boolean getIsPrimary()
           
 String getOrgId()
          Unique identifier for an organization.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

getOrgId

String getOrgId()
Unique identifier for an organization.


getIsPrimary

Boolean getIsPrimary()


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