Class AttributeLambdaExpressionVisitor.AttributeCondition

java.lang.Object
de.dlr.proseo.api.prip.odata.AttributeLambdaExpressionVisitor.AttributeCondition
Enclosing class:
AttributeLambdaExpressionVisitor

public static class AttributeLambdaExpressionVisitor.AttributeCondition extends Object
Structured representation of selection conditions for Product attributes
  • Constructor Details

    • AttributeCondition

      public AttributeCondition()
  • Method Details

    • getName

      public String getName()
      Returns the attribute name.
      Returns:
      The attribute name.
    • setName

      public void setName(String name)
      Sets the attribute name.
      Parameters:
      name - The attribute name to set.
    • getOp

      public String getOp()
      Returns the conditional operator.
      Returns:
      The conditional operator.
    • setOp

      public void setOp(String op)
      Sets the conditional operator.
      Parameters:
      op - The conditional operator to set.
    • getValue

      public String getValue()
      Returns the attribute value.
      Returns:
      The attribute value.
    • setValue

      public void setValue(String value)
      Sets the attribute value.
      Parameters:
      value - The attribute value to set.
    • toString

      public String toString()
      Returns a string representation of the AttributeCondition object.
      Overrides:
      toString in class Object
      Returns:
      A string representation of the AttributeCondition object.