@Deprecated public class HeaderField extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static HeaderField |
EMPTY_FIELD
Deprecated.
|
Constructor and Description |
---|
HeaderField()
Deprecated.
|
HeaderField(String ddAttributeEntryName,
String displayValue)
Deprecated.
|
HeaderField(String ddAttributeEntryName,
String displayValue,
String nonLookupValue)
Deprecated.
|
HeaderField(String id,
String ddAttributeEntryName,
String displayValue,
String nonLookupValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDdAttributeEntryName()
Deprecated.
|
String |
getDisplayValue()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getNonLookupValue()
Deprecated.
|
boolean |
isLookupAware()
Deprecated.
|
void |
setDdAttributeEntryName(String ddAttributeEntryName)
Deprecated.
|
void |
setDisplayValue(String displayValue)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setLookupAware(boolean lookupAware)
Deprecated.
|
void |
setNonLookupValue(String nonLookupValue)
Deprecated.
|
public static final HeaderField EMPTY_FIELD
public HeaderField()
public HeaderField(String id, String ddAttributeEntryName, String displayValue, String nonLookupValue)
public HeaderField(String ddAttributeEntryName, String displayValue, String nonLookupValue)
public HeaderField(String ddAttributeEntryName, String displayValue)
public String getDdAttributeEntryName()
public void setDdAttributeEntryName(String ddAttributeEntryName)
public String getDisplayValue()
public void setDisplayValue(String displayValue)
public String getNonLookupValue()
public void setNonLookupValue(String nonLookupValue)
public boolean isLookupAware()
public void setLookupAware(boolean lookupAware)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.