org.kuali.student.lum.lo.entity
Class Lo
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.lum.lo.entity.Lo
- All Implemented Interfaces:
- AttributeOwner<LoAttribute>
public class Lo
- extends MetaEntity
- implements AttributeOwner<LoAttribute>
- Author:
- Kuali Student Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lo
public Lo()
setName
public void setName(String name)
- Parameters:
name
- the name to set
getName
public String getName()
- Returns:
- the name
getDescr
public LoRichText getDescr()
setDescr
public void setDescr(LoRichText descr)
setLoRepository
public void setLoRepository(LoRepository loRepository)
- Parameters:
loHierarchy
- the loHierarchy to set
getLoRepository
public LoRepository getLoRepository()
- Returns:
- the loHierarchy
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getAttributes
public List<LoAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<LoAttribute>
setAttributes
public void setAttributes(List<LoAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<LoAttribute>
setLoType
public void setLoType(LoType loType)
- Parameters:
loType
- the loType to set
getLoType
public LoType getLoType()
- Returns:
- the loType
setState
public void setState(String state)
- Parameters:
state
- the state to set
getState
public String getState()
- Returns:
- the state
setCategories
public void setCategories(List<LoLoCategoryJoin> categories)
getCategories
public List<LoLoCategoryJoin> getCategories()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.