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

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

public class Lui
extends MetaEntity
implements AttributeOwner<LuiAttribute>


Field Summary
private  String atpId
           
private  List<LuiAttribute> attributes
           
private  Clu clu
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  String luiCode
           
private  Integer maxSeats
           
private  String state
           
 
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.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.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
 

Field Detail

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
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-2011 The Kuali Foundation. All Rights Reserved.