org.kuali.student.lum.lrc.entity
Class ResultComponent
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.lum.lrc.entity.ResultComponent
- All Implemented Interfaces:
- AttributeOwner<ResultComponentAttribute>
public class ResultComponent
- extends MetaEntity
- implements AttributeOwner<ResultComponentAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
private String name
descr
private LrcRichText descr
resultValues
private List<ResultValue> resultValues
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
attributes
private List<ResultComponentAttribute> attributes
type
private ResultComponentType type
state
private String state
ResultComponent
public ResultComponent()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getDescr
public LrcRichText getDescr()
- Returns:
- the descr
setDescr
public void setDescr(LrcRichText descr)
- Parameters:
descr
- the descr to set
getResultValues
public List<ResultValue> getResultValues()
- Returns:
- the resultValues
setResultValues
public void setResultValues(List<ResultValue> resultValues)
- Parameters:
resultValues
- the resultValues 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
getType
public ResultComponentType getType()
- Returns:
- the type
setType
public void setType(ResultComponentType type)
- Parameters:
type
- the type to set
getState
public String getState()
- Returns:
- the state
setState
public void setState(String state)
- Parameters:
state
- the state to set
getAttributes
public List<ResultComponentAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<ResultComponentAttribute>
setAttributes
public void setAttributes(List<ResultComponentAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<ResultComponentAttribute>
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.