-
Method Summary
void
Any already existing entity types will receive the specified default value.
void
Set to true if the dynamic property is handled by a script.
void
Set to true if the managed property is handled by a script.
void
Set to true if the property is mandatory for the assigned entity type.
void
Sets the position where the property will appear in forms.
void
If handled by a script, the name is set here as a reference.
void
Set the name of the form section.
void
Set to true if the sript-handled property should be shown in the edit mode.
-
Method Details
-
setMandatory
void setMandatory(boolean mandatory)
Set to true if the property is mandatory for the assigned entity type.
-
setSection
void setSection(String section)
Set the name of the form section. It will appear when editing objects of the specified entity in openBIS. Specifying a section name is
optional.
-
setDefaultValue
void setDefaultValue(String defaultValue)
Any already existing entity types will receive the specified default value.
-
-
setScriptName
void setScriptName(String scriptName)
If handled by a script, the name is set here as a reference.
-
setDynamic
void setDynamic(boolean dynamic)
Set to true if the dynamic property is handled by a script.
-
setManaged
void setManaged(boolean managed)
Set to true if the managed property is handled by a script.
-
setShownEdit
void setShownEdit(boolean edit)
Set to true if the sript-handled property should be shown in the edit mode.