Class DtSketch
java.lang.Object
io.vertigo.studio.notebook.AbstractSketch
io.vertigo.studio.notebook.domain.DtSketch
- All Implemented Interfaces:
Sketch
The DtSketch class defines the sketch of data.
- Author:
- pchretien, mlaroche
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Patternthe dataSpace must match this pattern.Fields inherited from interface io.vertigo.studio.notebook.Sketch
REGEX_SKETCH_NAME -
Method Summary
Modifier and TypeMethodDescriptionstatic DtSketchBuilderStatic method factory for DtSketchBuilderbooleanRetourne le champ correspondant SOUS CONDITION qu'il existe sinon assertion.booleanGestion de la persistance.Methods inherited from class io.vertigo.studio.notebook.AbstractSketch
getKey, getLocalName, toString
-
Field Details
-
PREFIX
- See Also:
-
REGEX_DATA_SPACE
the dataSpace must match this pattern. -
DEFAULT_DATA_SPACE
- See Also:
-
-
Method Details
-
builder
Static method factory for DtSketchBuilder- Parameters:
name- the name of the dtSketch- Returns:
- DtSketchBuilder
-
getFragment
-
getStereotype
- Returns:
- Stereotype du Dt
-
getClassCanonicalName
- Returns:
- Nom canonique (i.e. avec le package) de la classe d'implémentation du DtObject
-
getClassSimpleName
- Returns:
- Simple Nom (i.e. sans le package) de la classe d'implémentation du DtObject
-
getPackageName
- Returns:
- the name of the package
-
getField
Retourne le champ correspondant SOUS CONDITION qu'il existe sinon assertion.- Parameters:
fieldName- Nom du champ- Returns:
- Champ correspondant
-
contains
- Parameters:
fieldName- FieldName- Returns:
- if this field exists in this DtSketch
-
getFields
- Returns:
- Collection des champs.
-
getIdField
- Returns:
- Champ identifiant l'identifiant
-
isPersistent
public boolean isPersistent()Gestion de la persistance.- Returns:
- Si la définition est persistée.
-
getDisplayField
- Returns:
- Champ représentant l'affichage
-
getSortField
- Returns:
- Champ représentant le tri
-
getHandleField
- Returns:
- Champ représentant le handle
-
getKeyField
- Returns:
- Champ représentant la clé
-
getDataSpace
- Returns:
- the dataSpace
-