org.kuali.student.lum.lo.entity
Class LoLoRelation
java.lang.Object
   org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.BaseEntity
       org.kuali.student.common.entity.MetaEntity
org.kuali.student.common.entity.MetaEntity
           org.kuali.student.lum.lo.entity.LoLoRelation
org.kuali.student.lum.lo.entity.LoLoRelation
- All Implemented Interfaces: 
- AttributeOwner<LoLoRelationAttribute>
- 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 | 
 
lo
private Lo lo
relatedLo
private Lo relatedLo
loLoRelationType
private LoLoRelationType loLoRelationType
state
private String state
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
attributes
private List<LoLoRelationAttribute> attributes
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:
- getAttributesin interface- AttributeOwner<LoLoRelationAttribute>
 
- 
 
setAttributes
public void setAttributes(List<LoLoRelationAttribute> attributes)
- 
- Specified by:
- setAttributesin interface- AttributeOwner<LoLoRelationAttribute>
 
- 
 
setLoLoRelationType
public void setLoLoRelationType(LoLoRelationType loLoRelationType)
- 
 
- 
 
getLoLoRelationType
public LoLoRelationType getLoLoRelationType()
- 
 
- 
 
setState
public void setState(String state)
- 
 
- 
 
getState
public String getState()
- 
 
- 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.