Class ScheduleWithTransientMetaDataCommand<I,​M>

    • Constructor Detail

      • ScheduleWithTransientMetaDataCommand

        public ScheduleWithTransientMetaDataCommand​(I id,
                                                    M metaData)
    • Method Detail

      • getId

        public I getId()
        Description copied from interface: ScheduleCommand
        Returns the identifier of the element to be scheduled.
        Specified by:
        getId in interface ScheduleCommand<I,​M>
        Returns:
        the identifier of the element to be scheduled.
      • getMetaData

        public M getMetaData()
        Description copied from interface: ScheduleCommand
        Returns the meta data of the element to be scheduled.
        Specified by:
        getMetaData in interface ScheduleCommand<I,​M>
        Returns:
        the meta data of the element to be scheduled.