org.kuali.student.r2.lum.lu.entity
Class CluLoRelation

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r1.common.entity.MetaEntity
          extended by org.kuali.student.r2.lum.lu.entity.CluLoRelation
All Implemented Interfaces:
AttributeOwner<CluLoRelationAttribute>, PersistableEntity<String>

@Entity
public class CluLoRelation
extends MetaEntity
implements AttributeOwner<CluLoRelationAttribute>


Constructor Summary
CluLoRelation()
           
 
Method Summary
 List<CluLoRelationAttribute> getAttributes()
           
 Clu getClu()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getLoId()
           
 String getState()
           
 CluLoRelationType getType()
           
 void setAttributes(List<CluLoRelationAttribute> attributes)
           
 void setClu(Clu clu)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setLoId(String loId)
           
 void setState(String state)
           
 void setType(CluLoRelationType type)
           
 
Methods inherited from class org.kuali.student.r1.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.r1.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CluLoRelation

public CluLoRelation()
Method Detail

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.