Package com.storedobject.common
Interface Storable
- All Known Implementing Classes:
AbstractComputedInteger
,AbstractComputedValue
,Angle
,Area
,ComputedDate
,ComputedDouble
,ComputedInteger
,ComputedLong
,ComputedMinute
,Count
,DecimalNumber
,Distance
,FractionalCount
,Geolocation
,Money
,ObjectText
,Percentage
,Pressure
,Quantity
,Rate
,Speed
,Temperature
,TimeDuration
,Volume
,VolumeRate
,Weight
,WeightOrVolume
,WeightRate
public interface Storable
This interface defines a string value of something that is stored somewhere, typically, in databases. Storable value
should contain all the information required to re-construct the object's instance.
- Author:
- Syam
-
Method Summary
-
Method Details
-
getStorableValue
Get the storable value. By default,Object.toString()
is returned.- Returns:
- Storable value as a string.
-