Package wt.eff
Interface _EffRange
- All Superinterfaces:
wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,Serializable
- All Known Subinterfaces:
EffRange
- All Known Implementing Classes:
_DateEffRange,_LeftFilledStringEffRange,_StringEffRange,DateEffRange,LeftFilledStringEffRange,StringEffRange
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()The end, which is not required, indicates when an Eff becomes invalid (null is equivalent to infinity).getStart()The start, which is required, indicates when an Eff becomes valid.voidsetEnd(Serializable end) The end, which is not required, indicates when an Eff becomes invalid (null is equivalent to infinity).voidsetStart(Serializable start) The start, which is required, indicates when an Eff becomes valid.Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
-
Field Details
-
START
The start, which is required, indicates when an Eff becomes valid. Implementations of EffRange must constrain the type to a type, such as String and Timestamp, that can be queried in the database using standard operators.Supported API: true
- See Also:
-
END
The end, which is not required, indicates when an Eff becomes invalid (null is equivalent to infinity). Implementations of EffRange must constrain the type to a type, such as String and Timestamp, that can be queried in the database using standard operators.Supported API: true
- See Also:
-
-
Method Details
-
getStart
Serializable getStart()The start, which is required, indicates when an Eff becomes valid. Implementations of EffRange must constrain the type to a type, such as String and Timestamp, that can be queried in the database using standard operators.Supported API: true
- See Also:
-
setStart
The start, which is required, indicates when an Eff becomes valid. Implementations of EffRange must constrain the type to a type, such as String and Timestamp, that can be queried in the database using standard operators.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getEnd
Serializable getEnd()The end, which is not required, indicates when an Eff becomes invalid (null is equivalent to infinity). Implementations of EffRange must constrain the type to a type, such as String and Timestamp, that can be queried in the database using standard operators.Supported API: true
- See Also:
-
setEnd
The end, which is not required, indicates when an Eff becomes invalid (null is equivalent to infinity). Implementations of EffRange must constrain the type to a type, such as String and Timestamp, that can be queried in the database using standard operators.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-