public class FieldOverrideForListElementBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
propertyNameForElementCompare |
| Constructor and Description |
|---|
FieldOverrideForListElementBase() |
| Modifier and Type | Method and Description |
|---|---|
protected Comparator |
getComparator() |
Object |
getElement() |
protected int |
getElementPositionInList(Object object,
List theList) |
String |
getPropertyName() |
String |
getPropertyNameForElementCompare() |
void |
setElement(Object value) |
void |
setPropertyName(String propertyName) |
void |
setPropertyNameForElementCompare(String propertyNameForElementCompare) |
protected String propertyNameForElementCompare
public FieldOverrideForListElementBase()
public String getPropertyNameForElementCompare()
public void setPropertyNameForElementCompare(String propertyNameForElementCompare)
protected int getElementPositionInList(Object object, List theList)
public String getPropertyName()
public void setPropertyName(String propertyName)
public Object getElement()
public void setElement(Object value)
protected Comparator getComparator()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.