edu.utah.further.fqe.ds.api.domain
Interface ImmutableTimeInterval

All Known Subinterfaces:
TimeInterval, TimeIntervalTo
All Known Implementing Classes:
TimeIntervalToImpl

public interface ImmutableTimeInterval

An immutable time interval [start,end]. All implementations must guarantee that start equals or precedes end

-----------------------------------------------------------------------------------
(c) 2008-2011 FURTHeR Project, Health Sciences IT, University of Utah
Contact: Dr. Scott Narus <scott.narus@hsc.utah.edu>
Biomedical Informatics, 26 South 2000 East
Room 5775 HSEB, Salt Lake City, UT 84112
Day Phone: 1-801-213-3288
-----------------------------------------------------------------------------------

Version:
Sep 9, 2009
Author:
Oren E. Livne <oren.livne@utah.edu>

Method Summary
 Timestamp getEnd()
          Return the ending point of the interval.
 Timestamp getStart()
          Return the starting point of the interval.
 

Method Detail

getStart

Timestamp getStart()
Return the starting point of the interval.

Returns:
starting point in time

getEnd

Timestamp getEnd()
Return the ending point of the interval.

Returns:
ending point in time


Copyright © 2011 Office of the AVP for Health Sci. IT. All Rights Reserved.