Package io.vertigo.studio.notebook
Class AbstractSketch
- java.lang.Object
-
- io.vertigo.studio.notebook.AbstractSketch
-
- All Implemented Interfaces:
Sketch
- Direct Known Subclasses:
AssociationSketch
,DomainSketch
,DtSketch
,FacetedQuerySketch
,FacetSketch
,FileInfoSketch
,SearchIndexSketch
,SecuredFeatureSketch
,StaticMasterDataSketch
,TaskSketch
,WebServiceSketch
public abstract class AbstractSketch extends Object implements Sketch
-
-
Field Summary
-
Fields inherited from interface io.vertigo.studio.notebook.Sketch
REGEX_SKETCH_NAME
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractSketch(String name)
-
-
-
Constructor Detail
-
AbstractSketch
protected AbstractSketch(String name)
-
-
Method Detail
-
getKey
public final SketchKey getKey()
-
getLocalName
public final String getLocalName()
- Specified by:
getLocalName
in interfaceSketch
- Returns:
- The short name of the sketch without prefix
-
-