org.kuali.student.lum.lu.dto
Class AcademicSubjectOrgInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
orgId
private String orgId
AcademicSubjectOrgInfo
public AcademicSubjectOrgInfo()
getOrgId
public String getOrgId()
- Unique identifier for an organization.
setOrgId
public void setOrgId(String orgId)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.