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
public final class AssociationNNSketch extends AssociationSketch
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
Constructors Constructor Description AssociationNNSketch(String name, String tableName, AssociationSketchNode associationNodeA, AssociationSketchNode associationNodeB)
Constructeur d'une association n-n.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTableName()
-
Methods inherited from class io.vertigo.studio.notebook.domain.association.AssociationSketch
getAssociationNodeA, getAssociationNodeB
-
Methods inherited from class io.vertigo.studio.notebook.AbstractSketch
getKey, getLocalName, toString
-
-
-
-
Constructor Detail
-
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 Detail
-
getTableName
public String getTableName()
- Returns:
- Nom de la table porteuse de la relation NN
-
-