org.kuali.student.lum.lrc.entity
Class Scale
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.lum.lrc.entity.Scale
- All Implemented Interfaces:
- AttributeOwner<ScaleAttribute>
public class Scale
- extends MetaEntity
- implements AttributeOwner<ScaleAttribute>
Constructor Summary |
Scale()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
descr
private LrcRichText descr
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
attributes
private List<ScaleAttribute> attributes
Scale
public Scale()
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.