org.kuali.rice.core.xml.dto
Class AttributeEntry

java.lang.Object
  extended by org.kuali.rice.core.xml.dto.AttributeEntry

public class AttributeEntry
extends Object


Field Summary
 String key
           
 String value
           
 
Constructor Summary
AttributeEntry()
           
AttributeEntry(String tKey, String tValue)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public String value

key

public String key
Constructor Detail

AttributeEntry

public AttributeEntry()

AttributeEntry

public AttributeEntry(String tKey,
                      String tValue)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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