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

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.Lo
All Implemented Interfaces:
AttributeOwner<LoAttribute>

public class Lo
extends MetaEntity
implements AttributeOwner<LoAttribute>

Author:
Kuali Student Team

Constructor Summary
Lo()
           
 
Method Summary
 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)
           
 
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
 

Constructor Detail

Lo

public Lo()
Method Detail

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.