Class ExposedJoin
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.tables.ExposedJoin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for joinPathGetter for joinTablegetLabel()
Getter for labelvoid
setJoinPath
(List<String> joinPath) Setter for joinPathvoid
setJoinTable
(String joinTable) Setter for joinTablevoid
Setter 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
-