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

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.lum.lu.entity.CluCampusLocation

public class CluCampusLocation
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  String campusLocation
           
private  Clu clu
           
 
Constructor Summary
CluCampusLocation()
           
 
Method Summary
 String getCampusLocation()
           
 Clu getClu()
           
 void setCampusLocation(String campusLocation)
           
 void setClu(Clu clu)
           
 
Methods inherited from class org.kuali.student.core.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

campusLocation

private String campusLocation

clu

private Clu clu
Constructor Detail

CluCampusLocation

public CluCampusLocation()
Method Detail

getCampusLocation

public String getCampusLocation()

setCampusLocation

public void setCampusLocation(String campusLocation)

getClu

public Clu getClu()

setClu

public void setClu(Clu clu)


Copyright © 2010 The Kuali Foundation. All rights reserved.