org.kuali.student.r2.lum.lo.entity
Class LoLoRelation
java.lang.Object
org.kuali.student.r1.common.entity.BaseEntity
org.kuali.student.r1.common.entity.MetaEntity
org.kuali.student.r2.lum.lo.entity.LoLoRelation
- All Implemented Interfaces:
- AttributeOwner<LoLoRelationAttribute>
@Entity
public class LoLoRelation
- extends MetaEntity
- implements AttributeOwner<LoLoRelationAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoLoRelation
public LoLoRelation()
setLo
public void setLo(Lo lo)
getLo
public Lo getLo()
setRelatedLo
public void setRelatedLo(Lo relatedLo)
getRelatedLo
public Lo getRelatedLo()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
- Parameters:
effectiveDate
- the effectiveDate to set
getEffectiveDate
public Date getEffectiveDate()
- Returns:
- the effectiveDate
setExpirationDate
public void setExpirationDate(Date expirationDate)
- Parameters:
expirationDate
- the expirationDate to set
getExpirationDate
public Date getExpirationDate()
- Returns:
- the expirationDate
getAttributes
public List<LoLoRelationAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<LoLoRelationAttribute>
setAttributes
public void setAttributes(List<LoLoRelationAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<LoLoRelationAttribute>
setLoLoRelationType
public void setLoLoRelationType(LoLoRelationType loLoRelationType)
getLoLoRelationType
public LoLoRelationType getLoLoRelationType()
setState
public void setState(String state)
getState
public String getState()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.