org.kuali.student.lum.lu.entity
Class LuiLuiRelation
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.lum.lu.entity.LuiLuiRelation
- All Implemented Interfaces:
- AttributeOwner<LuiLuiRelationAttribute>
public class LuiLuiRelation
- extends MetaEntity
- implements AttributeOwner<LuiLuiRelationAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LuiLuiRelation
public LuiLuiRelation()
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.