org.kuali.student.core.enumerationmanagement.dto
Class EnumContextValueInfo
java.lang.Object
org.kuali.student.core.enumerationmanagement.dto.EnumContextValueInfo
- All Implemented Interfaces:
- Serializable
public class EnumContextValueInfo
- extends Object
- implements Serializable
Provides information about a supported type/value pair for a context.
- See Also:
- Serialized Form
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
key
private String key
value
private String value
EnumContextValueInfo
public EnumContextValueInfo()
getKey
public String getKey()
- Identifier for the context modifier for an enumeration.
setKey
public void setKey(String key)
getValue
public String getValue()
- Value for the enumeration context
setValue
public void setValue(String value)
Copyright © 2010 The Kuali Foundation. All rights reserved.