org.kuali.rice.kns.web.ui
Class HeaderField

java.lang.Object
  extended by org.kuali.rice.kns.web.ui.HeaderField
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class HeaderField
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String ddAttributeEntryName
          Deprecated.  
private  String displayValue
          Deprecated.  
static HeaderField EMPTY_FIELD
          Deprecated.  
private  String id
          Deprecated.  
private  boolean lookupAware
          Deprecated.  
private  String nonLookupValue
          Deprecated.  
private static long serialVersionUID
          Deprecated.  
 
Constructor Summary
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.  
 
Method Summary
 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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

EMPTY_FIELD

public static final HeaderField EMPTY_FIELD
Deprecated. 

id

private String id
Deprecated. 

ddAttributeEntryName

private String ddAttributeEntryName
Deprecated. 

displayValue

private String displayValue
Deprecated. 

nonLookupValue

private String nonLookupValue
Deprecated. 

lookupAware

private boolean lookupAware
Deprecated. 
Constructor Detail

HeaderField

public HeaderField()
Deprecated. 

HeaderField

public HeaderField(String id,
                   String ddAttributeEntryName,
                   String displayValue,
                   String nonLookupValue)
Deprecated. 

HeaderField

public HeaderField(String ddAttributeEntryName,
                   String displayValue,
                   String nonLookupValue)
Deprecated. 

HeaderField

public HeaderField(String ddAttributeEntryName,
                   String displayValue)
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 

setId

public void setId(String id)
Deprecated. 

getDdAttributeEntryName

public String getDdAttributeEntryName()
Deprecated. 

setDdAttributeEntryName

public void setDdAttributeEntryName(String ddAttributeEntryName)
Deprecated. 

getDisplayValue

public String getDisplayValue()
Deprecated. 

setDisplayValue

public void setDisplayValue(String displayValue)
Deprecated. 

getNonLookupValue

public String getNonLookupValue()
Deprecated. 

setNonLookupValue

public void setNonLookupValue(String nonLookupValue)
Deprecated. 

isLookupAware

public boolean isLookupAware()
Deprecated. 

setLookupAware

public void setLookupAware(boolean lookupAware)
Deprecated. 


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.