@Entity public class LoRepository extends MetaEntity implements AttributeOwner<LoRepositoryAttribute>
Constructor and Description |
---|
LoRepository() |
Modifier and Type | Method and Description |
---|---|
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) |
getMeta, onPrePersist, onPreUpdate, setMeta
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
public LoRepository()
public void setDescr(LoRichText descr)
descr
- the descr to setpublic LoRichText getDescr()
public void setEffectiveDate(Date effectiveDate)
effectiveDate
- the effectiveDate to setpublic Date getEffectiveDate()
public void setExpirationDate(Date expirationDate)
expirationDate
- the expirationDate to setpublic Date getExpirationDate()
public void setCategories(List<LoCategory> categories)
categories
- the categories to setpublic List<LoCategory> getCategories()
public List<LoRepositoryAttribute> getAttributes()
getAttributes
in interface AttributeOwner<LoRepositoryAttribute>
public void setAttributes(List<LoRepositoryAttribute> attributes)
setAttributes
in interface AttributeOwner<LoRepositoryAttribute>
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.