Class StaticMasterDataSketch
- java.lang.Object
-
- io.vertigo.studio.notebook.AbstractSketch
-
- io.vertigo.studio.notebook.domain.masterdata.StaticMasterDataSketch
-
- All Implemented Interfaces:
Sketch
public final class StaticMasterDataSketch extends AbstractSketch
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
Fields Modifier and Type Field Description static String
PREFIX
-
Fields inherited from interface io.vertigo.studio.notebook.Sketch
REGEX_SKETCH_NAME
-
-
Constructor Summary
Constructors Constructor Description StaticMasterDataSketch(String entityClassName, Map<String,MasterDataValue> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntityClassName()
Map<String,MasterDataValue>
getValues()
-
Methods inherited from class io.vertigo.studio.notebook.AbstractSketch
getKey, getLocalName, toString
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StaticMasterDataSketch
public StaticMasterDataSketch(String entityClassName, Map<String,MasterDataValue> values)
-
-
Method Detail
-
getEntityClassName
public String getEntityClassName()
-
getValues
public Map<String,MasterDataValue> getValues()
-
-