org.kuali.student.r2.lum.lu.entity
Class CluCluRelation
java.lang.Object
org.kuali.student.r1.common.entity.BaseEntity
org.kuali.student.r1.common.entity.MetaEntity
org.kuali.student.r2.lum.lu.entity.CluCluRelation
- All Implemented Interfaces:
- AttributeOwner<CluCluRelationAttribute>, PersistableEntity<String>
@Entity
public class CluCluRelation
- extends MetaEntity
- implements AttributeOwner<CluCluRelationAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CluCluRelation
public CluCluRelation()
getClu
public Clu getClu()
setClu
public void setClu(Clu clu)
getRelatedClu
public Clu getRelatedClu()
setRelatedClu
public void setRelatedClu(Clu relatedClu)
getLuLuRelationType
public LuLuRelationType getLuLuRelationType()
setLuLuRelationType
public void setLuLuRelationType(LuLuRelationType luLuRelationType)
isCluRelationRequired
public boolean isCluRelationRequired()
setCluRelationRequired
public void setCluRelationRequired(boolean cluRelationRequired)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getState
public String getState()
setState
public void setState(String state)
getAttributes
public List<CluCluRelationAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<CluCluRelationAttribute>
setAttributes
public void setAttributes(List<CluCluRelationAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<CluCluRelationAttribute>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.