java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataSetType, ExperimentType, SampleType

public class EntityType extends Object implements Serializable
Common attributes of all entity types.
See Also:
  • Method Details

    • getCode

      public String getCode()
      Returns the unique entity type code.
    • getDescription

      public String getDescription()
      Returns the description or null if undefined.
    • getValidationPluginInfo

      public ValidationPluginInfo getValidationPluginInfo()
    • getPropertyTypeGroups

      public List<PropertyTypeGroup> getPropertyTypeGroups()
      Return the grouped property types for this entity type. (Groups are referred to as sections elsewhere).
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object