Class ExposedJoin

java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.tables.ExposedJoin

public class ExposedJoin extends Object
  • Constructor Details

    • ExposedJoin

      public ExposedJoin()
  • Method Details

    • getLabel

      public String getLabel()
      Getter for label
    • getIsMany

      public boolean getIsMany()
    • getIsMany

      public Boolean getIsMany(QInstance qInstance)
    • setLabel

      public void setLabel(String label)
      Setter for label
    • withLabel

      public ExposedJoin withLabel(String label)
      Fluent setter for label
    • getJoinTable

      public String getJoinTable()
      Getter for joinTable
    • setJoinTable

      public void setJoinTable(String joinTable)
      Setter for joinTable
    • withJoinTable

      public ExposedJoin withJoinTable(String joinTable)
      Fluent setter for joinTable
    • getJoinPath

      public List<String> getJoinPath()
      Getter for joinPath
    • setJoinPath

      public void setJoinPath(List<String> joinPath)
      Setter for joinPath
    • withJoinPath

      public ExposedJoin withJoinPath(List<String> joinPath)
      Fluent setter for joinPath