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

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.LuiLuiRelation
All Implemented Interfaces:
AttributeOwner<LuiLuiRelationAttribute>

public class LuiLuiRelation
extends MetaEntity
implements AttributeOwner<LuiLuiRelationAttribute>


Field Summary
private  List<LuiLuiRelationAttribute> attributes
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  Lui lui
           
private  LuLuRelationType luLuRelationType
           
private  Lui relatedLui
           
private  String state
           
 
Constructor Summary
LuiLuiRelation()
           
 
Method Summary
 List<LuiLuiRelationAttribute> getAttributes()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 Lui getLui()
           
 LuLuRelationType getLuLuRelationType()
           
 Lui getRelatedLui()
           
 String getState()
           
 void setAttributes(List<LuiLuiRelationAttribute> attributes)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setLui(Lui lui)
           
 void setLuLuRelationType(LuLuRelationType luLuRelationType)
           
 void setRelatedLui(Lui relatedLui)
           
 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

lui

private Lui lui

relatedLui

private Lui relatedLui

luLuRelationType

private LuLuRelationType luLuRelationType

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

attributes

private List<LuiLuiRelationAttribute> attributes

state

private String state
Constructor Detail

LuiLuiRelation

public LuiLuiRelation()
Method Detail

getLui

public Lui getLui()

setLui

public void setLui(Lui lui)

getRelatedLui

public Lui getRelatedLui()

setRelatedLui

public void setRelatedLui(Lui relatedLui)

getLuLuRelationType

public LuLuRelationType getLuLuRelationType()

setLuLuRelationType

public void setLuLuRelationType(LuLuRelationType luLuRelationType)

getEffectiveDate

public Date getEffectiveDate()

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getAttributes

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

setAttributes

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

getState

public String getState()

setState

public void setState(String state)


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