org.kuali.student.lum.lrc.entity
Class Scale

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.lrc.entity.Scale
All Implemented Interfaces:
AttributeOwner<ScaleAttribute>

public class Scale
extends MetaEntity
implements AttributeOwner<ScaleAttribute>


Field Summary
private  List<ScaleAttribute> attributes
           
private  LrcRichText descr
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  String name
           
 
Constructor Summary
Scale()
           
 
Method Summary
 List<ScaleAttribute> getAttributes()
           
 LrcRichText getDesc()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getName()
           
 void setAttributes(List<ScaleAttribute> attributes)
           
 void setDesc(LrcRichText descr)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setName(String name)
           
 
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 LrcRichText descr

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

attributes

private List<ScaleAttribute> attributes
Constructor Detail

Scale

public Scale()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getDesc

public LrcRichText getDesc()
Returns:
the descr

setDesc

public void setDesc(LrcRichText descr)
Parameters:
descr - the descr to set

getEffectiveDate

public Date getEffectiveDate()
Returns:
the effectiveDate

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)
Parameters:
effectiveDate - the effectiveDate to set

getExpirationDate

public Date getExpirationDate()
Returns:
the expirationDate

setExpirationDate

public void setExpirationDate(Date expirationDate)
Parameters:
expirationDate - the expirationDate to set

getAttributes

public List<ScaleAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<ScaleAttribute>

setAttributes

public void setAttributes(List<ScaleAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<ScaleAttribute>


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