Class AssociationNNSketch
java.lang.Object
io.vertigo.studio.notebook.AbstractSketch
io.vertigo.studio.notebook.domain.association.AssociationSketch
io.vertigo.studio.notebook.domain.association.AssociationNNSketch
- All Implemented Interfaces:
Sketch
Définition d'une association NN.
- Author:
- jcassignol, pchretien
-
Field Summary
Fields inherited from interface io.vertigo.studio.notebook.Sketch
REGEX_SKETCH_NAME -
Constructor Summary
ConstructorsConstructorDescriptionAssociationNNSketch(String name, String tableName, AssociationSketchNode associationNodeA, AssociationSketchNode associationNodeB) Constructeur d'une association n-n. -
Method Summary
Methods inherited from class io.vertigo.studio.notebook.domain.association.AssociationSketch
getAssociationNodeA, getAssociationNodeBMethods inherited from class io.vertigo.studio.notebook.AbstractSketch
getKey, getLocalName, toString
-
Constructor Details
-
AssociationNNSketch
public AssociationNNSketch(String name, String tableName, AssociationSketchNode associationNodeA, AssociationSketchNode associationNodeB) Constructeur d'une association n-n.- Parameters:
name- the name of the sketchtableName- Nom de la tableassociationNodeA- Noeud AassociationNodeB- Noeud B
-
-
Method Details
-
getTableName
- Returns:
- Nom de la table porteuse de la relation NN
-