Class PropertyType.PropertyTypeInitializer
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.PropertyType.PropertyTypeInitializer
- Direct Known Subclasses:
ControlledVocabularyPropertyType.ControlledVocabularyPropertyTypeInitializer
- Enclosing class:
PropertyType
Class used to initialize a new data set instance. Necessary since all the fields of a DataSet are final.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getLabel()booleanbooleanbooleanbooleanvoidvoidsetDataType(DataTypeCode dataType) voidsetDescription(String description) voidsetDinamic(boolean dinamic) voidvoidsetManaged(boolean managed) voidsetMandatory(boolean mandatory) voidsetSampleTypeCode(String sampleTypeCode) voidsetShowInEditViews(boolean showInEditViews)
-
Constructor Details
-
PropertyTypeInitializer
public PropertyTypeInitializer()
-
-
Method Details
-
isManaged
public boolean isManaged() -
setManaged
public void setManaged(boolean managed) -
isDinamic
public boolean isDinamic() -
setDinamic
public void setDinamic(boolean dinamic) -
isShowInEditViews
public boolean isShowInEditViews() -
setShowInEditViews
public void setShowInEditViews(boolean showInEditViews) -
getDataType
-
getSampleTypeCode
-
setSampleTypeCode
-
getCode
-
setCode
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
isMandatory
public boolean isMandatory() -
setMandatory
public void setMandatory(boolean mandatory)
-