Package wt.eff

Class LeftFilledStringEffRange

java.lang.Object
wt.eff._LeftFilledStringEffRange
wt.eff.LeftFilledStringEffRange
All Implemented Interfaces:
Externalizable, Serializable, _EffRange, EffRange, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable

@GenAsObjectMappable(interfaces=EffRange.class,versions=-5033145462128187240L,properties={@GeneratedProperty(name="start",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The start value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10). Setter will fill the String, getter wil return the filled String.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(persistent=true)),@GeneratedProperty(name="end",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The end value, constrained as a String that left-fills the value with spaces to ensure proper query (9 < 10). Setter will fill the String, getter wil return the filled String.",columnProperties=@ColumnProperties(persistent=true))}) public class LeftFilledStringEffRange extends _LeftFilledStringEffRange
A range that left-fills the start/end values with spaces to ensure that 9 < 10, for example, in a query. In effect the 9 is padded to become 09 and 09 < 10.

Use the newLeftFilledStringEffRange static factory method(s), not the LeftFilledStringEffRange constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: