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) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getValue() |
boolean |
isDisabled() |
void |
setDisabled(boolean disabled) |
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–2016 The Kuali Foundation. All rights reserved.