Package com.highdeal.chrono.hci

This Java package provides you with the necessary Java classes for handling a chronology of period objects; A lot of data models include a chronology of their configuration.

See:
          Description

Interface Summary
IPeriodObjectModel This Java interface defines a period of an object; This represents an object (element) valid upon a certain period of time.
 

Class Summary
AbstractPeriodObjectModel This abstract Java class defines a period that represents an object that is valid upon a certain period of time; It has an XML representation.
BaseChronologyModel<T extends AbstractPeriodObjectModel> This Java class defines a chronology represents a list of period objects.
ChronologyModel This Java class defines a chronology that includes a list of period objects.
PeriodObjectModel This Java class defines a period object that represents a data object (see XML-marshallable element) valid upon a certain period of time specified by a start timestamp and an end timestamp; This class is necessary to handle a chronology of data elements.
 

Package com.highdeal.chrono.hci Description

This Java package provides you with the necessary Java classes for handling a chronology of period objects; A lot of data models include a chronology of their configuration.


Document Published: October 2015 (SAP CC 4.0 SP10 and Later)