org.kuali.student.r2.lum.lu.entity
Class CluSetJoinVersionIndClu

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r2.lum.lu.entity.CluSetJoinVersionIndClu
All Implemented Interfaces:
PersistableEntity<String>

@Entity
public class CluSetJoinVersionIndClu
extends BaseEntity


Constructor Summary
CluSetJoinVersionIndClu()
           
 
Method Summary
 CluSet getCluSet()
           
 String getCluVersionIndId()
           
 void setCluSet(CluSet cluSet)
           
 void setCluVersionIndId(String cluVersionIndId)
           
 
Methods inherited from class org.kuali.student.r1.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
 

Constructor Detail

CluSetJoinVersionIndClu

public CluSetJoinVersionIndClu()
Method Detail

getCluSet

public CluSet getCluSet()

setCluSet

public void setCluSet(CluSet cluSet)

getCluVersionIndId

public String getCluVersionIndId()

setCluVersionIndId

public void setCluVersionIndId(String cluVersionIndId)


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