org.kuali.student.r2.lum.lo.entity
Class LoRepository

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.lo.entity.LoRepository
All Implemented Interfaces:
AttributeOwner<LoRepositoryAttribute>, PersistableEntity<String>

@Entity
public class LoRepository
extends MetaEntity
implements AttributeOwner<LoRepositoryAttribute>

Author:
Kuali Student Team

Constructor Summary
LoRepository()
           
 
Method Summary
 List<LoRepositoryAttribute> getAttributes()
           
 List<LoCategory> getCategories()
           
 LoRichText getDescr()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getName()
           
 Lo getRootLo()
           
 void setAttributes(List<LoRepositoryAttribute> attributes)
           
 void setCategories(List<LoCategory> categories)
           
 void setDescr(LoRichText descr)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setName(String name)
           
 void setRootLo(Lo rootLo)
           
 
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

LoRepository

public LoRepository()
Method Detail

setDescr

public void setDescr(LoRichText descr)
Parameters:
descr - the descr to set

getDescr

public LoRichText getDescr()
Returns:
the descr

setRootLo

public void setRootLo(Lo rootLo)
Parameters:
rootLo - the rootLo to set

getRootLo

public Lo getRootLo()
Returns:
the rootLo

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

setCategories

public void setCategories(List<LoCategory> categories)
Parameters:
categories - the categories to set

getCategories

public List<LoCategory> getCategories()
Returns:
the categories

getAttributes

public List<LoRepositoryAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<LoRepositoryAttribute>

setAttributes

public void setAttributes(List<LoRepositoryAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<LoRepositoryAttribute>

setName

public void setName(String name)
Parameters:
name - the name to set

getName

public String getName()
Returns:
the name


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.