public abstract class AbstractKeyValue extends Object implements KeyValue
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | disabled | 
| protected String | key | 
| protected String | value | 
| Constructor and Description | 
|---|
| AbstractKeyValue() | 
| AbstractKeyValue(KeyValue keyValue) | 
| AbstractKeyValue(Map.Entry<String,String> entry) | 
| AbstractKeyValue(String key,
                                String value) | 
protected boolean disabled
public AbstractKeyValue()
public AbstractKeyValue(String key, String value)
public AbstractKeyValue(KeyValue keyValue)
public AbstractKeyValue(Map.Entry<String,String> entry)
public boolean isDisabled()
public void setDisabled(boolean disabled)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.