@Entity public class Lo extends MetaEntity implements AttributeOwner<LoAttribute>
Constructor and Description |
---|
Lo() |
Modifier and Type | Method and Description |
---|---|
List<LoAttribute> |
getAttributes() |
List<LoLoCategoryJoin> |
getCategories() |
LoRichText |
getDescr() |
Date |
getEffectiveDate() |
Date |
getExpirationDate() |
LoRepository |
getLoRepository() |
LoType |
getLoType() |
String |
getName() |
String |
getState() |
void |
setAttributes(List<LoAttribute> attributes) |
void |
setCategories(List<LoLoCategoryJoin> categories) |
void |
setDescr(LoRichText descr) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setLoRepository(LoRepository loRepository) |
void |
setLoType(LoType loType) |
void |
setName(String name) |
void |
setState(String state) |
getMeta, onPrePersist, onPreUpdate, setMeta
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
public Lo()
public LoRichText getDescr()
public void setDescr(LoRichText descr)
public void setLoRepository(LoRepository loRepository)
loHierarchy
- the loHierarchy to setpublic LoRepository getLoRepository()
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public List<LoAttribute> getAttributes()
getAttributes
in interface AttributeOwner<LoAttribute>
public void setAttributes(List<LoAttribute> attributes)
setAttributes
in interface AttributeOwner<LoAttribute>
public void setCategories(List<LoLoCategoryJoin> categories)
public List<LoLoCategoryJoin> getCategories()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.