org.kuali.student.lum.lo.entity
Class LoLoCategoryJoin

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.lum.lo.entity.LoLoCategoryJoin

public class LoLoCategoryJoin
extends BaseEntity


Field Summary
private  Lo lo
           
private  LoCategory loCategory
           
 
Constructor Summary
LoLoCategoryJoin()
           
 
Method Summary
 Lo getLo()
           
 LoCategory getLoCategory()
           
 void setLo(Lo lo)
           
 void setLoCategory(LoCategory loCategory)
           
 
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

lo

private Lo lo

loCategory

private LoCategory loCategory
Constructor Detail

LoLoCategoryJoin

public LoLoCategoryJoin()
Method Detail

getLo

public Lo getLo()

setLo

public void setLo(Lo lo)

getLoCategory

public LoCategory getLoCategory()

setLoCategory

public void setLoCategory(LoCategory loCategory)


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