Class StateConfig


  • public class StateConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StateConfig​(com.bcdfx.model.DateComparitor dateComparitor, java.util.List<com.bcdfx.model.OrderStateFilter> states)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.bcdfx.model.DateComparitor getDateComparitor()  
      java.util.List<com.bcdfx.model.OrderStateFilter> getStates()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StateConfig

        public StateConfig​(@Nullable
                           com.bcdfx.model.DateComparitor dateComparitor,
                           java.util.List<com.bcdfx.model.OrderStateFilter> states)
        Parameters:
        dateComparitor - the Date bounds, specifying a lower and upper bound, should be NULL if no date bounds apply
        states - the states for which the date bounds apply to
    • Method Detail

      • getDateComparitor

        public com.bcdfx.model.DateComparitor getDateComparitor()
      • getStates

        public java.util.List<com.bcdfx.model.OrderStateFilter> getStates()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object