org.kuali.student.common.ui.server.applicationstate.entity
Class KeyValuePair

java.lang.Object
  extended by org.kuali.student.common.ui.server.applicationstate.entity.KeyValuePair

public class KeyValuePair
extends Object


Field Summary
private  String id
           
private  String key
           
private  String value
           
 
Constructor Summary
KeyValuePair()
           
KeyValuePair(String key, String value)
           
 
Method Summary
 String getId()
           
 String getKey()
           
 String getValue()
           
 void prePersist()
          AutoGenerate the Id
 void setKey(String key)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private String id

key

private String key

value

private String value
Constructor Detail

KeyValuePair

public KeyValuePair()

KeyValuePair

public KeyValuePair(String key,
                    String value)
Method Detail

prePersist

public void prePersist()
AutoGenerate the Id


getId

public String getId()

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.