Class DerivedData


  • public class DerivedData
    extends java.lang.Object
    Contains a collection of data for processing orders.
    • Constructor Summary

      Constructors 
      Constructor Description
      DerivedData​(java.lang.String account)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccount()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DerivedData

        public DerivedData​(java.lang.String account)
    • Method Detail

      • getAccount

        public java.lang.String getAccount()