Class EntityValidationEvaluationInfo
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.BasicEntityDescription
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.EntityValidationEvaluationInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class EntityValidationEvaluationInfo extends BasicEntityDescription
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityValidationEvaluationInfo()EntityValidationEvaluationInfo(EntityKind entityKind, java.lang.String entityIdentifier, boolean isNew, PluginType pluginType, java.lang.String scriptName, java.lang.String script)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginTypegetPluginType()java.lang.StringgetScript()java.lang.StringgetScriptName()booleanisNew()voidsetNew(boolean isNew)voidsetPluginType(PluginType pluginType)voidsetScript(java.lang.String script)voidsetScriptName(java.lang.String scriptName)-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.BasicEntityDescription
getEntityIdentifier, getEntityKind, setEntityIdentifier, setEntityKind
-
-
-
-
Constructor Detail
-
EntityValidationEvaluationInfo
public EntityValidationEvaluationInfo()
-
EntityValidationEvaluationInfo
public EntityValidationEvaluationInfo(EntityKind entityKind, java.lang.String entityIdentifier, boolean isNew, PluginType pluginType, java.lang.String scriptName, java.lang.String script)
-
-
Method Detail
-
getScript
public java.lang.String getScript()
-
setScript
public void setScript(java.lang.String script)
-
isNew
public boolean isNew()
-
setNew
public void setNew(boolean isNew)
-
getPluginType
public PluginType getPluginType()
-
setPluginType
public void setPluginType(PluginType pluginType)
-
getScriptName
public java.lang.String getScriptName()
-
setScriptName
public void setScriptName(java.lang.String scriptName)
-
-