org.kuali.student.lum.lu.entity
Class Lui
java.lang.Object
org.kuali.student.core.entity.BaseEntity
org.kuali.student.core.entity.MetaEntity
org.kuali.student.lum.lu.entity.Lui
- All Implemented Interfaces:
- AttributeOwner<LuiAttribute>
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 |
attributes
private List<LuiAttribute> attributes
clu
private Clu clu
atpId
private String atpId
luiCode
private String luiCode
maxSeats
private Integer maxSeats
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
state
private String state
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.