org.kuali.student.r2.lum.clu.dto
Class AdminOrgInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.EntityInfo
                  extended by org.kuali.student.r2.common.dto.IdEntityInfo
                      extended by org.kuali.student.r2.lum.clu.dto.AdminOrgInfo
All Implemented Interfaces:
Serializable, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity, AdminOrg

public class AdminOrgInfo
extends IdEntityInfo
implements AdminOrg, Serializable

Author:
Kuali Student Team (sambitpa@kuali.org)
See Also:
Serialized Form

Constructor Summary
AdminOrgInfo()
           
AdminOrgInfo(AdminOrg adminOrg)
           
 
Method Summary
 Boolean getIsPrimary()
           
 String getOrgId()
          Unique identifier for an organization.
 void setIsPrimary(Boolean isPrimary)
           
 void setOrgId(String orgId)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.EntityInfo
getDescr, getName, setDescr, setName
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

AdminOrgInfo

public AdminOrgInfo()

AdminOrgInfo

public AdminOrgInfo(AdminOrg adminOrg)
Method Detail

getOrgId

public String getOrgId()
Description copied from interface: AdminOrg
Unique identifier for an organization.

Specified by:
getOrgId in interface AdminOrg

setOrgId

public void setOrgId(String orgId)

getIsPrimary

public Boolean getIsPrimary()
Specified by:
getIsPrimary in interface AdminOrg

setIsPrimary

public void setIsPrimary(Boolean isPrimary)


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