org.kuali.student.lum.lu.entity
Class CluCluRelation
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.lum.lu.entity.CluCluRelation
- All Implemented Interfaces:
- AttributeOwner<CluCluRelationAttribute>
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 |
clu
private Clu clu
relatedClu
private Clu relatedClu
luLuRelationType
private LuLuRelationType luLuRelationType
cluRelationRequired
private boolean cluRelationRequired
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
state
private String state
attributes
private List<CluCluRelationAttribute> attributes
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-2012 The Kuali Foundation. All Rights Reserved.