org.kuali.student.enrollment.class1.lui.model
Class LuiUnitsContentOwnerEntity

java.lang.Object
  extended by org.kuali.student.enrollment.class1.lui.model.LuiUnitsContentOwnerEntity

@Entity
public class LuiUnitsContentOwnerEntity
extends Object


Constructor Summary
LuiUnitsContentOwnerEntity()
           
LuiUnitsContentOwnerEntity(LuiEntity lui, String orgId)
           
 
Method Summary
 String getId()
           
 LuiEntity getLui()
           
 String getOrgId()
           
 void setId(String id)
           
 void setLui(LuiEntity lui)
           
 void setOrgId(String orgId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuiUnitsContentOwnerEntity

public LuiUnitsContentOwnerEntity()

LuiUnitsContentOwnerEntity

public LuiUnitsContentOwnerEntity(LuiEntity lui,
                                  String orgId)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getLui

public LuiEntity getLui()

setLui

public void setLui(LuiEntity lui)

getOrgId

public String getOrgId()

setOrgId

public void setOrgId(String orgId)


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