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

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.MetaEntity
          extended by org.kuali.student.lum.lo.entity.LoRepository
All Implemented Interfaces:
AttributeOwner<LoRepositoryAttribute>

public class LoRepository
extends MetaEntity
implements AttributeOwner<LoRepositoryAttribute>

Author:
Kuali Student Team

Field Summary
private  List<LoRepositoryAttribute> attributes
           
private  List<LoCategory> categories
           
private  LoRichText descr
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  String name
           
private  Lo rootLo
           
 
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.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.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
 

Field Detail

name

private String name

descr

private LoRichText descr

rootLo

private Lo rootLo

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

categories

private List<LoCategory> categories

attributes

private List<LoRepositoryAttribute> attributes
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-2012 The Kuali Foundation. All Rights Reserved.