org.kuali.student.common.dto
Class AttributeInfo
java.lang.Object
org.kuali.student.common.dto.AttributeInfo
- All Implemented Interfaces:
- AttributeInfc
public class AttributeInfo
- extends Object
- implements AttributeInfc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private String key
value
private String value
AttributeInfo
public AttributeInfo()
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.