Class Association
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.tables.Association
- All Implemented Interfaces:
QMetaDataObject
,Serializable
definition of a qqq table that is "associated" with another table, e.g.,
managed along with it - such as child-records under a parent record.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for associatedTableNameGetter for joinNamegetName()
Getter for namevoid
setAssociatedTableName
(String associatedTableName) Setter for associatedTableNamevoid
setJoinName
(String joinName) Setter for joinNamevoid
Setter for namewithAssociatedTableName
(String associatedTableName) Fluent setter for associatedTableNamewithJoinName
(String joinName) Fluent setter for joinNameFluent setter for name
-
Constructor Details
-
Association
public Association()
-
-
Method Details
-
getName
Getter for name -
setName
Setter for name -
withName
Fluent setter for name -
getAssociatedTableName
Getter for associatedTableName -
setAssociatedTableName
Setter for associatedTableName -
withAssociatedTableName
Fluent setter for associatedTableName -
getJoinName
Getter for joinName -
setJoinName
Setter for joinName -
withJoinName
Fluent setter for joinName
-