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

public static class PropertyType.PropertyTypeInitializer extends Object
Class used to initialize a new data set instance. Necessary since all the fields of a DataSet are final.
  • 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

      public DataTypeCode getDataType()
    • setDataType

      public void setDataType(DataTypeCode dataType)
    • getSampleTypeCode

      public String getSampleTypeCode()
    • setSampleTypeCode

      public void setSampleTypeCode(String sampleTypeCode)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isMandatory

      public boolean isMandatory()
    • setMandatory

      public void setMandatory(boolean mandatory)