org.kuali.student.r2.lum.lrc.model
Class ResultScaleEntity

java.lang.Object
  extended by org.kuali.student.r2.common.entity.BaseEntity
      extended by org.kuali.student.r2.common.entity.BaseVersionEntity
          extended by org.kuali.student.r2.common.entity.MetaEntity
              extended by org.kuali.student.r2.lum.lrc.model.ResultScaleEntity
All Implemented Interfaces:
AttributeOwner<ResultScaleAttributeEntity>

@Entity
public class ResultScaleEntity
extends MetaEntity
implements AttributeOwner<ResultScaleAttributeEntity>


Constructor Summary
ResultScaleEntity()
           
ResultScaleEntity(ResultScaleInfo dto, EntityManager em)
           
 
Method Summary
 void fromDTO(ResultScaleInfo dto, EntityManager em)
           
 Set<ResultScaleAttributeEntity> getAttributes()
           
 String getDescrFormatted()
           
 String getDescrPlain()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getIncrement()
           
 String getMaxValue()
           
 String getMinValue()
           
 String getName()
           
 String getState()
           
 String getType()
           
 void setAttributes(Set<ResultScaleAttributeEntity> attributes)
           
 void setDescrFormatted(String descrFormatted)
           
 void setDescrPlain(String descrPlain)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setIncrement(String increment)
           
 void setMaxValue(String maxValue)
           
 void setMinValue(String minValue)
           
 void setName(String name)
           
 void setState(String state)
           
 void setType(String type)
           
 ResultScaleInfo toDto()
           
 
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
 
Methods inherited from class org.kuali.student.r2.common.entity.BaseVersionEntity
getVersionNumber, setVersionNumber
 
Methods inherited from class org.kuali.student.r2.common.entity.BaseEntity
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultScaleEntity

public ResultScaleEntity()

ResultScaleEntity

public ResultScaleEntity(ResultScaleInfo dto,
                         EntityManager em)
Method Detail

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.