org.kuali.student.r2.lum.lrc.model
Class ResultScaleEntity
java.lang.Object
org.kuali.student.r2.common.entity.BaseEntity
org.kuali.student.r2.common.entity.BaseVersionEntity
org.kuali.student.r2.common.entity.MetaEntity
org.kuali.student.r2.lum.lrc.model.ResultScaleEntity
- All Implemented Interfaces:
- AttributeOwner<ResultScaleAttributeEntity>
@Entity
public class ResultScaleEntity
- extends MetaEntity
- implements AttributeOwner<ResultScaleAttributeEntity>
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO |
ResultScaleEntity
public ResultScaleEntity()
ResultScaleEntity
public ResultScaleEntity(ResultScaleInfo dto,
EntityManager em)
fromDTO
public void fromDTO(ResultScaleInfo dto,
EntityManager em)
getDescrFormatted
public String getDescrFormatted()
setDescrFormatted
public void setDescrFormatted(String descrFormatted)
getDescrPlain
public String getDescrPlain()
setDescrPlain
public void setDescrPlain(String descrPlain)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getIncrement
public String getIncrement()
setIncrement
public void setIncrement(String increment)
getMaxValue
public String getMaxValue()
setMaxValue
public void setMaxValue(String maxValue)
getMinValue
public String getMinValue()
setMinValue
public void setMinValue(String minValue)
getName
public String getName()
setName
public void setName(String name)
getState
public String getState()
setState
public void setState(String state)
getType
public String getType()
setType
public void setType(String type)
setAttributes
public void setAttributes(Set<ResultScaleAttributeEntity> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<ResultScaleAttributeEntity>
getAttributes
public Set<ResultScaleAttributeEntity> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<ResultScaleAttributeEntity>
toDto
public ResultScaleInfo toDto()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.