org.kuali.rice.kns.web.ui
Class HeaderField
java.lang.Object
org.kuali.rice.kns.web.ui.HeaderField
- All Implemented Interfaces:
- Serializable
public class HeaderField
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
EMPTY_FIELD
public static final HeaderField EMPTY_FIELD
id
private String id
ddAttributeEntryName
private String ddAttributeEntryName
displayValue
private String displayValue
nonLookupValue
private String nonLookupValue
lookupAware
private boolean lookupAware
HeaderField
public HeaderField()
HeaderField
public HeaderField(String id,
String ddAttributeEntryName,
String displayValue,
String nonLookupValue)
HeaderField
public HeaderField(String ddAttributeEntryName,
String displayValue,
String nonLookupValue)
HeaderField
public HeaderField(String ddAttributeEntryName,
String displayValue)
getId
public String getId()
setId
public void setId(String id)
getDdAttributeEntryName
public String getDdAttributeEntryName()
setDdAttributeEntryName
public void setDdAttributeEntryName(String ddAttributeEntryName)
getDisplayValue
public String getDisplayValue()
setDisplayValue
public void setDisplayValue(String displayValue)
getNonLookupValue
public String getNonLookupValue()
setNonLookupValue
public void setNonLookupValue(String nonLookupValue)
isLookupAware
public boolean isLookupAware()
setLookupAware
public void setLookupAware(boolean lookupAware)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.