Class BrokerTransaction

    • Field Detail

      • id

        @XStreamAsAttribute
        protected long id
      • postedTimeslot

        @XStreamAsAttribute
        protected int postedTimeslot
        The timeslot for which this meter reading is generated
    • Constructor Detail

      • BrokerTransaction

        public BrokerTransaction​(int timeslotIndex,
                                 Broker broker)
    • Method Detail

      • getId

        public long getId()
      • getBroker

        public Broker getBroker()
        The Broker to whom this Transaction applies.
      • getPostedTime

        public org.joda.time.Instant getPostedTime()
        When this Transaction was posted.
      • getPostedTimeslotIndex

        public int getPostedTimeslotIndex()
        Timeslot index when transaction was posted.
      • getPostedTimeslot

        public Timeslot getPostedTimeslot()
        Timeslot when transaction was posted