Class ExposedJoin
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.tables.ExposedJoin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanGetter for joinPathGetter for joinTablegetLabel()Getter for labelvoidsetJoinPath(List<String> joinPath) Setter for joinPathvoidsetJoinTable(String joinTable) Setter for joinTablevoidSetter for labelwithJoinPath(List<String> joinPath) Fluent setter for joinPathwithJoinTable(String joinTable) Fluent setter for joinTableFluent setter for label
-
Constructor Details
-
ExposedJoin
public ExposedJoin()
-
-
Method Details
-
getLabel
Getter for label -
getIsMany
public boolean getIsMany() -
getIsMany
-
setLabel
Setter for label -
withLabel
Fluent setter for label -
getJoinTable
Getter for joinTable -
setJoinTable
Setter for joinTable -
withJoinTable
Fluent setter for joinTable -
getJoinPath
-
setJoinPath
-
withJoinPath
Fluent setter for joinPath -
clone
-