|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.core.enumerationmanagement.dto.EnumeratedValueInfo
public class EnumeratedValueInfo
Value associated with a particular enumeration.
Field Summary | |
---|---|
private String |
abbrevValue
|
private String |
code
|
private List<EnumContextValueInfo> |
contexts
|
private Date |
effectiveDate
|
private String |
enumerationKey
|
private Date |
expirationDate
|
private static long |
serialVersionUID
|
private String |
sortKey
|
private String |
value
|
Constructor Summary | |
---|---|
EnumeratedValueInfo()
|
Method Summary | |
---|---|
String |
getAbbrevValue()
Typically coincides with a shortened name. |
String |
getCode()
Typically coincides with a code representation. |
List<EnumContextValueInfo> |
getContexts()
Indicates which context types and values this particular enumerated value participates in. |
Date |
getEffectiveDate()
Date that this enumerated value became effective. |
String |
getEnumerationKey()
|
Date |
getExpirationDate()
Date that this enumerated value expires. |
String |
getSortKey()
Default position for the enumerated value. |
String |
getValue()
Typically coincides with a name for display. |
void |
setAbbrevValue(String abbrevValue)
|
void |
setCode(String code)
|
void |
setContexts(List<EnumContextValueInfo> contexts)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setEnumerationKey(String enumerationKey)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setSortKey(String sortKey)
|
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 code
private String abbrevValue
private String value
private Date effectiveDate
private Date expirationDate
private String sortKey
private List<EnumContextValueInfo> contexts
private String enumerationKey
Constructor Detail |
---|
public EnumeratedValueInfo()
Method Detail |
---|
public String getCode()
public void setCode(String code)
public String getAbbrevValue()
public void setAbbrevValue(String abbrevValue)
public String getValue()
public void setValue(String value)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public String getSortKey()
public void setSortKey(String sortKey)
public List<EnumContextValueInfo> getContexts()
public void setContexts(List<EnumContextValueInfo> contexts)
public String getEnumerationKey()
public void setEnumerationKey(String enumerationKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |