@Entity public class ResultValuesGroupEntity extends MetaEntity implements AttributeOwner<ResultValuesGroupAttributeEntity>
Constructor and Description |
---|
ResultValuesGroupEntity() |
ResultValuesGroupEntity(ResultValuesGroupInfo dto) |
Modifier and Type | Method and Description |
---|---|
void |
fromDTO(ResultValuesGroupInfo dto) |
Set<ResultValuesGroupAttributeEntity> |
getAttributes() |
String |
getDescrFormatted() |
String |
getDescrPlain() |
Date |
getEffectiveDate() |
Date |
getExpirationDate() |
String |
getIncrement() |
String |
getMaxValue() |
String |
getMinValue() |
String |
getName() |
String |
getResultScaleId() |
Set<String> |
getResultValueKeys() |
String |
getState() |
String |
getType() |
void |
setAttributes(Set<ResultValuesGroupAttributeEntity> 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 |
setResultScaleId(String resultScaleId) |
void |
setState(String state) |
void |
setType(String type) |
ResultValuesGroupInfo |
toDto() |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
getVersionNumber, setVersionNumber
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
public ResultValuesGroupEntity()
public ResultValuesGroupEntity(ResultValuesGroupInfo dto)
public void fromDTO(ResultValuesGroupInfo dto)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public String getResultScaleId()
public void setResultScaleId(String resultScaleId)
public String getMinValue()
public void setMinValue(String minValue)
public String getMaxValue()
public void setMaxValue(String maxValue)
public String getIncrement()
public void setIncrement(String increment)
public String getDescrFormatted()
public void setDescrFormatted(String descrFormatted)
public String getDescrPlain()
public void setDescrPlain(String descrPlain)
public Set<String> getResultValueKeys()
public void setAttributes(Set<ResultValuesGroupAttributeEntity> attributes)
setAttributes
in interface AttributeOwner<ResultValuesGroupAttributeEntity>
public Set<ResultValuesGroupAttributeEntity> getAttributes()
getAttributes
in interface AttributeOwner<ResultValuesGroupAttributeEntity>
public ResultValuesGroupInfo toDto()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.