public class ResultValuesGroupInfo extends KeyEntityInfo implements ResultValuesGroup
Constructor and Description |
---|
ResultValuesGroupInfo() |
ResultValuesGroupInfo(ResultValuesGroup orig) |
Modifier and Type | Method and Description |
---|---|
Date |
getEffectiveDate()
Date/time this object became effective.
|
Date |
getExpirationDate()
Date/time this relationship is no longer effective.
|
String |
getResultScaleKey()
The scale to which this group belongs.
|
List<String> |
getResultValueKeys()
Contains the list of discrete results value keys in this group.
|
ResultValueRangeInfo |
getResultValueRange()
The range contained within this result value group.
|
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setResultScaleKey(String resultScaleKey) |
void |
setResultValueKeys(List<String> resultValueKeys) |
void |
setResultValueRange(ResultValueRangeInfo resultValueRange) |
getKey, setKey
getDescr, getName, setDescr, setName
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public ResultValuesGroupInfo()
public ResultValuesGroupInfo(ResultValuesGroup orig)
public String getResultScaleKey()
ResultValuesGroup
getResultScaleKey
in interface ResultValuesGroup
public void setResultScaleKey(String resultScaleKey)
public List<String> getResultValueKeys()
ResultValuesGroup
getResultValueKeys
in interface ResultValuesGroup
public void setResultValueKeys(List<String> resultValueKeys)
public ResultValueRangeInfo getResultValueRange()
ResultValuesGroup
getResultValueRange
in interface ResultValuesGroup
public void setResultValueRange(ResultValueRangeInfo resultValueRange)
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
public void setExpirationDate(Date expirationDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.