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

Field Summary
private  List<LoAttribute> attributes
           
private  LoRichText descr
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  LoRepository loRepository
           
private  LoType loType
           
private  String name
           
private  String state
           
 
Constructor Summary
Lo()
           
 
Method Summary
 List<LoAttribute> getAttributes()
           
 LoRichText getDescr()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 LoRepository getLoRepository()
           
 LoType getLoType()
           
 String getName()
           
 String getState()
           
 void setAttributes(List<LoAttribute> attributes)
           
 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
 

Field Detail

name

private String name

descr

private LoRichText descr

loRepository

private LoRepository loRepository

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

attributes

private List<LoAttribute> attributes

loType

private LoType loType

state

private String state
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


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.