org.kuali.student.r2.lum.lu.entity
Class Lui
java.lang.Object
org.kuali.student.r1.common.entity.BaseEntity
org.kuali.student.r1.common.entity.MetaEntity
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lui
public Lui()
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.