Class StaticMasterDataSketch
java.lang.Object
io.vertigo.studio.notebook.AbstractSketch
io.vertigo.studio.notebook.domain.masterdata.StaticMasterDataSketch
- All Implemented Interfaces:
Sketch
A raw masterdata values is just a map of key/value pairs :
-key : the name of the masterdata name
-value: a map of all the values. each value is identified by a name
- Author:
- mlaroche
-
Field Summary
FieldsFields inherited from interface io.vertigo.studio.notebook.Sketch
REGEX_SKETCH_NAME -
Constructor Summary
ConstructorsConstructorDescriptionStaticMasterDataSketch(String entityClassName, Map<String, MasterDataValue> values) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.vertigo.studio.notebook.AbstractSketch
getKey, getLocalName, toString
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
StaticMasterDataSketch
-
-
Method Details
-
getEntityClassName
-
getValues
-