Class EntityTypeInitializer

java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityTypeInitializer
Direct Known Subclasses:
DataSetType.DataSetTypeInitializer, ExperimentType.ExperimentTypeInitializer, SampleType.SampleTypeInitializer

public class EntityTypeInitializer extends Object
Generic part of all entity type initializers. Such classes are used to create immutable entity type classes.
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getValidationPluginInfo

      public ValidationPluginInfo getValidationPluginInfo()
    • setValidationPluginInfo

      public void setValidationPluginInfo(ValidationPluginInfo validationPluginInfo)
    • getPropertyTypeGroups

      public ArrayList<PropertyTypeGroup> getPropertyTypeGroups()
    • addPropertyTypeGroup

      public void addPropertyTypeGroup(PropertyTypeGroup propertyType)