|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lrc.dto.GradeInfo
public class GradeInfo
Detailed information about a grade value.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
name
|
private String |
rank
|
private String |
scaleKey
|
private static long |
serialVersionUID
|
private String |
type
|
private String |
value
|
Constructor Summary | |
---|---|
GradeInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
Date |
getEffectiveDate()
Date and time that this grade value became effective. |
Date |
getExpirationDate()
Date and time that this grade value expires. |
String |
getId()
Unique identifier for a grade value. |
String |
getName()
Name of the grade. |
String |
getRank()
Rank of the grade value within the scale. |
String |
getScaleKey()
Identifier of the scale for this grade value. |
String |
getType()
Unique identifier for a grade type. |
String |
getValue()
Value of the grade. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setName(String name)
|
void |
setRank(String rank)
|
void |
setScaleKey(String scaleKey)
|
void |
setType(String type)
|
void |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String name
private String value
private String scaleKey
private String rank
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private String type
private String id
Constructor Detail |
---|
public GradeInfo()
Method Detail |
---|
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getScaleKey()
public void setScaleKey(String scaleKey)
public String getRank()
public void setRank(String rank)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public String getType()
public void setType(String type)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |