org.kuali.student.lum.lu.entity
Class CluAcademicSubjectOrg

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.lum.lu.entity.CluAcademicSubjectOrg

public class CluAcademicSubjectOrg
extends BaseEntity

This is a description of what this class does - hjohnson don't forget to fill this in.

Author:
Kuali Student Team (kuali-student@googlegroups.com)

Field Summary
private  Clu clu
           
private  String orgId
           
 
Constructor Summary
CluAcademicSubjectOrg()
           
 
Method Summary
 Clu getClu()
           
 String getOrgId()
           
 void setClu(Clu clu)
           
 void setOrgId(String orgId)
           
 
Methods inherited from class org.kuali.student.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, onPrePersist, onPreUpdate, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orgId

private String orgId

clu

private Clu clu
Constructor Detail

CluAcademicSubjectOrg

public CluAcademicSubjectOrg()
Method Detail

getOrgId

public String getOrgId()

setOrgId

public void setOrgId(String orgId)

getClu

public Clu getClu()

setClu

public void setClu(Clu clu)


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