Class OrderChainedAttributes

java.lang.Object
com.imc.context.filters.OrderChainedAttributes
All Implemented Interfaces:
Order

public class OrderChainedAttributes extends Object implements Order
  • Constructor Details

    • OrderChainedAttributes

      public OrderChainedAttributes(List<<any>> attributeChain, Order order)
      Parameters:
      attributeChain -
      condition -
  • Method Details

    • getAttributeChain

      public List<<any>> getAttributeChain()
      Returns:
      the attributeChain
    • getOrder

      public OrderDataAttribute getOrder()
      Returns:
      the order
    • toString

      public String toString()
      Overrides:
      toString in class Object