Package wt.eff
Class _DateEffRange
java.lang.Object
wt.eff._DateEffRange
- All Implemented Interfaces:
Externalizable,Serializable,_EffRange,EffRange,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable
- Direct Known Subclasses:
DateEffRange
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()The end value, constrained as a Timestamp.getStart()The start value, constrained as a Timestamp.voidsetEnd(Serializable end) The end value, constrained as a Timestamp.voidsetStart(Serializable start) The start value, constrained as a Timestamp.
-
Field Details
-
START
The start value, constrained as a Timestamp.Supported API: true
- See Also:
-
END
The end value, constrained as a Timestamp.Supported API: true
- See Also:
-
-
Method Details
-
getStart
The start value, constrained as a Timestamp.Supported API: true
-
setStart
The start value, constrained as a Timestamp.Supported API: true
- Specified by:
setStartin interface_EffRange- Specified by:
setStartin interfaceEffRange- Throws:
WTPropertyVetoException- See Also:
-
getEnd
The end value, constrained as a Timestamp.Supported API: true
-
setEnd
The end value, constrained as a Timestamp.Supported API: true
- Specified by:
setEndin interface_EffRange- Specified by:
setEndin interfaceEffRange- Throws:
WTPropertyVetoException- See Also:
-