Package org.molgenis.script.core
Class ScriptType
- java.lang.Object
-
- org.molgenis.data.support.StaticEntity
-
- org.molgenis.script.core.ScriptType
-
- All Implemented Interfaces:
Entity,org.molgenis.util.i18n.Identifiable
public class ScriptType extends StaticEntity
Script type entity
-
-
Constructor Summary
Constructors Constructor Description ScriptType(String name, EntityType entityType)Constructs a script type with the given type name and meta dataScriptType(Entity entity)ScriptType(EntityType entityType)Constructs a script type with the given meta data
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidsetName(String name)-
Methods inherited from class org.molgenis.data.support.StaticEntity
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.molgenis.data.Entity
get, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getInstant, getInt, getLocalDate, getLong, getString, set
-
-
-
-
Constructor Detail
-
ScriptType
public ScriptType(Entity entity)
-
ScriptType
public ScriptType(EntityType entityType)
Constructs a script type with the given meta data- Parameters:
entityType- script type meta data
-
ScriptType
public ScriptType(String name, EntityType entityType)
Constructs a script type with the given type name and meta data- Parameters:
name- script type nameentityType- script type meta data
-
-