org.kuali.student.r2.lum.lo.entity
Class LoRepository
java.lang.Object
org.kuali.student.r1.common.entity.BaseEntity
org.kuali.student.r1.common.entity.MetaEntity
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoRepository
public LoRepository()
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.