java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityType
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetType
All Implemented Interfaces:
Serializable

@JsonObject("DataSetType") public final class DataSetType extends EntityType
Immutable value object representing a data set type.
See Also:
  • Constructor Details

  • Method Details

    • isDeletionDisallowed

      public boolean isDeletionDisallowed()
      Returns true if deletion for data sets of this type are disallowed.
    • getMainDataSetPattern

      public String getMainDataSetPattern()
      Returns main data set pattern if defined.
    • getMainDataSetPath

      public String getMainDataSetPath()
      Returns main data set path if defined.
    • toString

      public String toString()
      Overrides:
      toString in class Object