org.kuali.student.lum.lu.dto
Class AcademicSubjectOrgInfo

java.lang.Object
  extended by org.kuali.student.lum.lu.dto.AcademicSubjectOrgInfo
All Implemented Interfaces:
Serializable

public class AcademicSubjectOrgInfo
extends Object
implements Serializable

Information about an organization that represents the Academic Subject for a learning unit. This often would be the same as the primaryAdminOrg.

See Also:
Serialized Form

Field Summary
private  String orgId
           
private static long serialVersionUID
           
 
Constructor Summary
AcademicSubjectOrgInfo()
           
 
Method Summary
 String getOrgId()
          Unique identifier for an organization.
 void setOrgId(String orgId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

orgId

private String orgId
Constructor Detail

AcademicSubjectOrgInfo

public AcademicSubjectOrgInfo()
Method Detail

getOrgId

public String getOrgId()
Unique identifier for an organization.


setOrgId

public void setOrgId(String orgId)


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