org.kuali.student.common.dto
Class AttributeInfo

java.lang.Object
  extended by org.kuali.student.common.dto.AttributeInfo
All Implemented Interfaces:
AttributeInfc

public class AttributeInfo
extends Object
implements AttributeInfc


Field Summary
private  String key
           
private  String value
           
 
Constructor Summary
AttributeInfo()
           
 
Method Summary
 String getKey()
          Get ????

Type: String

???

 String getValue()
          Get ????

Type: String

???

 void setKey(String key)
          Set ????

Type: String

???

 void setValue(String value)
          Set ????

Type: String

???

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private String key

value

private String value
Constructor Detail

AttributeInfo

public AttributeInfo()
Method Detail

getKey

public String getKey()
Description copied from interface: AttributeInfc
Get ????

Type: String

???

Specified by:
getKey in interface AttributeInfc
Returns:
the key

setKey

public void setKey(String key)
Description copied from interface: AttributeInfc
Set ????

Type: String

???

Specified by:
setKey in interface AttributeInfc
Parameters:
key - the key to set

getValue

public String getValue()
Description copied from interface: AttributeInfc
Get ????

Type: String

???

Specified by:
getValue in interface AttributeInfc
Returns:
the value

setValue

public void setValue(String value)
Description copied from interface: AttributeInfc
Set ????

Type: String

???

Specified by:
setValue in interface AttributeInfc
Parameters:
value - the value to set


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