org.kuali.student.lum.lo.entity
Class LoCategory
java.lang.Object
  
org.kuali.student.core.entity.BaseEntity
      
org.kuali.student.core.entity.MetaEntity
          
org.kuali.student.lum.lo.entity.LoCategory
- All Implemented Interfaces: 
 - AttributeOwner<LoCategoryAttribute>
 
public class LoCategory
- extends MetaEntity
- implements AttributeOwner<LoCategoryAttribute>
  
- Author:
 
  - Kuali Student Team
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
name
private String name
descr
private LoRichText descr
loRepository
private LoRepository loRepository
loCategoryType
private LoCategoryType loCategoryType
state
private String state
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
attributes
private List<LoCategoryAttribute> attributes
LoCategory
public LoCategory()
setName
public void setName(String name)
 
- Parameters:
 name - the name to set
 
getName
public String getName()
 
- Returns:
 - the name
 
 
getDescr
public LoRichText getDescr()
 
 
setDesc
public void setDesc(LoRichText descr)
 
 
setLoRepository
public void setLoRepository(LoRepository loRepository)
 
- Parameters:
 loRepository - the loRepository to set
 
getLoRepository
public LoRepository getLoRepository()
 
- Returns:
 - the loRepository
 
 
getLoCategoryType
public LoCategoryType getLoCategoryType()
 
 
setLoCategoryType
public void setLoCategoryType(LoCategoryType loCategoryType)
 
 
setState
public void setState(String state)
 
 
getState
public String getState()
 
 
getEffectiveDate
public Date getEffectiveDate()
 
 
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
 
 
getExpirationDate
public Date getExpirationDate()
 
 
setExpirationDate
public void setExpirationDate(Date expirationDate)
 
 
getAttributes
public List<LoCategoryAttribute> getAttributes()
- Specified by:
 getAttributes in interface AttributeOwner<LoCategoryAttribute>
 
 
setAttributes
public void setAttributes(List<LoCategoryAttribute> attributes)
- Specified by:
 setAttributes in interface AttributeOwner<LoCategoryAttribute>
 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.