|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jlf.dataMap.DataAttribute | +--org.jlf.dataMap.LongAttribute
This class is used to hold attributes of type Long. It converts any Number type atribute into a Long, losing precision automatically if called for.
DataAttribute
,
DataAttributeDescriptor
,
Serialized FormField Summary |
Fields inherited from class org.jlf.dataMap.DataAttribute |
hasChanged, name, originalValue, value |
Constructor Summary | |
LongAttribute()
Default constructor. |
|
LongAttribute(java.lang.String name)
Normal attribute constructor. |
Method Summary | |
void |
basicSetValue(java.lang.Number newValue)
Main setter for Number values to ensure the resulting value set is of type Long. |
void |
basicSetValue(java.lang.Object newValue)
Override for Long-specific behavior. |
void |
basicSetValue(java.lang.String newValue)
Main setter for String values to ensure the resulting value set is of type Long. |
long |
getLongValue()
Returns the long value of the attribute if the attribute has one. |
Methods inherited from class org.jlf.dataMap.DataAttribute |
getDoubleValue, getName, getOriginalValue, getStringValue, getValue, hasChanged, resetAndSetValue, resetHasChanged, setName, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LongAttribute()
public LongAttribute(java.lang.String name)
Method Detail |
public void basicSetValue(java.lang.Object newValue)
basicSetValue
in class DataAttribute
public void basicSetValue(java.lang.String newValue)
public void basicSetValue(java.lang.Number newValue)
public long getLongValue()
getLongValue
in class DataAttribute
DataMapError
- if the attribute
cannot be safely converted to a long or
if the attribute is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |