org.kuali.student.r2.lum.lu.entity
Class CluLoRelation
java.lang.Object
org.kuali.student.r1.common.entity.BaseEntity
org.kuali.student.r1.common.entity.MetaEntity
org.kuali.student.r2.lum.lu.entity.CluLoRelation
- All Implemented Interfaces:
- AttributeOwner<CluLoRelationAttribute>, PersistableEntity<String>
@Entity
public class CluLoRelation
- extends MetaEntity
- implements AttributeOwner<CluLoRelationAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CluLoRelation
public CluLoRelation()
getAttributes
public List<CluLoRelationAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<CluLoRelationAttribute>
setAttributes
public void setAttributes(List<CluLoRelationAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<CluLoRelationAttribute>
getClu
public Clu getClu()
setClu
public void setClu(Clu clu)
getLoId
public String getLoId()
setLoId
public void setLoId(String loId)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getType
public CluLoRelationType getType()
setType
public void setType(CluLoRelationType type)
getState
public String getState()
setState
public void setState(String state)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.