com.objex.progeny.anywhere.fields.data
Class XRFDoubleFieldData
java.lang.Object
com.objex.progeny.anywhere.fields.data.XRFFieldData
com.objex.progeny.anywhere.fields.data.XRFDoubleFieldData
- All Implemented Interfaces:
- XRFData, java.io.Serializable
public class XRFDoubleFieldData
- extends XRFFieldData
- See Also:
- Serialized Form
| Methods inherited from class com.objex.progeny.anywhere.fields.data.XRFFieldData |
compareBeginsWith, compareContains, compareDoesNotBeginWith, compareDoesNotContain, compareDoesNotEndWith, compareEndsWith, compareEquals, compareIsNotNull, compareIsNull, compareNotEquals, getField, isModified, setField, setModified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XRFDoubleFieldData
public XRFDoubleFieldData()
- Creates a new instance of XRFDoubleFieldData
getDataValue
public java.lang.Double getDataValue()
setDataValue
public void setDataValue(java.lang.Double o)
setDataValue
public void setDataValue(java.lang.Object o)
getDisplayValue
public java.lang.String getDisplayValue()
getUpdateValueString
public java.lang.String getUpdateValueString()
- Description copied from interface:
XRFData
- The String representation of the value 's. Used for updating database
getUpdateValue
public java.lang.Object getUpdateValue()
- Description copied from interface:
XRFData
- The value required to update or save the spreadsheet cell to the database
getRawValue
public java.lang.Object getRawValue()
- Returns:
- The value of this data cell in its raw form
compareGreaterThan
public boolean compareGreaterThan(java.lang.Object o2)
- Returns:
- True if the value encapsulated by this objected greater than object 02. i.e. if XRFData.getRawValue() greater than object 02, whose native type is determined by the subclass.
compareLessThan
public boolean compareLessThan(java.lang.Object o2)
- Returns:
- True if the value encapsulated by this objected less than object 02. i.e. if XRFData.getRawValue() less than object 02, whose native type is determined by the subclass.
compareGreaterThanOrEqual
public boolean compareGreaterThanOrEqual(java.lang.Object o2)
- Returns:
- True if the value encapsulated by this objected greater than or equal object 02. i.e. if XRFData.getRawValue() greater than or equal object 02, whose native type is determined by the subclass.
compareLessThanOrEqual
public boolean compareLessThanOrEqual(java.lang.Object o2)
- Returns:
- True if the value encapsulated by this objected less than or equal object 02. i.e. if XRFData.getRawValue() less than or equal object 02, whose native type is determined by the subclass.
setConstraintViolation
public void setConstraintViolation(java.lang.String as_violation)
isValid
public boolean isValid()
getConstraintViolation
public java.lang.String getConstraintViolation()