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

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r1.common.entity.MetaEntity
          extended by org.kuali.student.r2.lum.lu.entity.Lui
All Implemented Interfaces:
AttributeOwner<LuiAttribute>

@Entity
public class Lui
extends MetaEntity
implements AttributeOwner<LuiAttribute>


Constructor Summary
Lui()
           
 
Method Summary
 String getAtpId()
           
 List<LuiAttribute> getAttributes()
           
 Clu getClu()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getLuiCode()
           
 Integer getMaxSeats()
           
 String getState()
           
 void setAtpId(String atpId)
           
 void setAttributes(List<LuiAttribute> attributes)
           
 void setClu(Clu clu)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setLuiCode(String luiCode)
           
 void setMaxSeats(Integer maxSeats)
           
 void setState(String state)
           
 
Methods inherited from class org.kuali.student.r1.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.r1.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, 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

Lui

public Lui()
Method Detail

getAttributes

public List<LuiAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<LuiAttribute>

setAttributes

public void setAttributes(List<LuiAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<LuiAttribute>

getClu

public Clu getClu()

setClu

public void setClu(Clu clu)

getAtpId

public String getAtpId()

setAtpId

public void setAtpId(String atpId)

getLuiCode

public String getLuiCode()

setLuiCode

public void setLuiCode(String luiCode)

getMaxSeats

public Integer getMaxSeats()

setMaxSeats

public void setMaxSeats(Integer maxSeats)

getEffectiveDate

public Date getEffectiveDate()

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getState

public String getState()

setState

public void setState(String state)


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