public abstract class DateAttributeIndex<T> extends AbstractAttribute<T,java.util.Date>
Constructor and Description |
---|
DateAttributeIndex(java.lang.Class<T> objectType,
java.lang.String attributeName) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
correctType(XAttribute attr) |
protected java.util.Date |
getValue(XAttribute attr) |
getAttributables, getValues
public DateAttributeIndex(java.lang.Class<T> objectType, java.lang.String attributeName)
protected java.util.Date getValue(XAttribute attr)
getValue
in class AbstractAttribute<T,java.util.Date>
protected boolean correctType(XAttribute attr)
correctType
in class AbstractAttribute<T,java.util.Date>