org.kuali.student.core.enumerationmanagement.dto
Class EnumContextValueInfo

java.lang.Object
  extended by 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

Field Summary
private  String key
           
private static long serialVersionUID
           
private  String value
           
 
Constructor Summary
EnumContextValueInfo()
           
 
Method Summary
 String getKey()
          Identifier for the context modifier for an enumeration.
 String getValue()
          Value for the enumeration context
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

key

private String key

value

private String value
Constructor Detail

EnumContextValueInfo

public EnumContextValueInfo()
Method Detail

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.