|
||||||||||
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.ScaleInfo
public class ScaleInfo
Detailed information about a scale.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private RichTextInfo |
desc
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
name
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
ScaleInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
RichTextInfo |
getDesc()
Description of the scale. |
Date |
getEffectiveDate()
Date and time that this scale became effective. |
Date |
getExpirationDate()
Date and time that this scale expires. |
String |
getId()
Unique identifier for a scale. |
String |
getName()
Name of the scale. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDesc(RichTextInfo desc)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setName(String name)
|
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 RichTextInfo desc
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private String id
Constructor Detail |
---|
public ScaleInfo()
Method Detail |
---|
public String getName()
public void setName(String name)
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
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 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 |