Class Join

java.lang.Object
org.tentackle.wurblet.Join

public class Join extends Object
A load join.
Author:
harald
  • Constructor Details

    • Join

      public Join(WurbletRelation wurbletRelation, WurbletArgument argument)
      Creates an unnamed load join.
      Parameters:
      wurbletRelation - the wurblet relation
      argument - the wurblet argument
  • Method Details

    • getWurbletRelation

      public WurbletRelation getWurbletRelation()
      Gets the relation wrapped by this load join.
      Returns:
      the relation, never null
    • getArgument

      public WurbletArgument getArgument()
      Gets the wurblet argument representing this join.
      Returns:
      the wurblet argument
    • getName

      public String getName()
      Gets the name of the join.
      Returns:
      the name, null if yet unnamed
    • setName

      public void setName(String name)
      Sets the name of the join.
      Parameters:
      name - the name
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object