Interface IEntityTypeCreation

All Superinterfaces:
ICreation, IObjectCreation, Serializable
All Known Implementing Classes:
DataSetTypeCreation, ExperimentTypeCreation, SampleTypeCreation

@JsonObject("as.dto.entitytype.create.IEntityTypeCreation") public interface IEntityTypeCreation extends ICreation, IObjectCreation
  • Method Details

    • getCode

      String getCode()
    • setCode

      void setCode(String code)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • getValidationPluginId

      IPluginId getValidationPluginId()
    • setValidationPluginId

      void setValidationPluginId(IPluginId pluginId)
    • getPropertyAssignments

      List<PropertyAssignmentCreation> getPropertyAssignments()
    • setPropertyAssignments

      void setPropertyAssignments(List<PropertyAssignmentCreation> propertyAssignments)
    • isManagedInternally

      boolean isManagedInternally()
    • setManagedInternally

      void setManagedInternally(boolean managedInternally)