Class MappingRegistry

java.lang.Object
org.incenp.obofoundry.sssom.model.MappingRegistry

public class MappingRegistry extends Object
Represents a mapping registry object.

Automatically generated from the SSSOM LinkML schema.

  • Constructor Details

  • Method Details

    • getMappingRegistryId

      public String getMappingRegistryId()
      Gets the value of the mapping_registry_id slot.
    • setMappingRegistryId

      public void setMappingRegistryId(String value)
      Sets the value of the mapping_registry_id slot.
    • getMappingRegistryTitle

      public String getMappingRegistryTitle()
      Gets the value of the mapping_registry_title slot.
    • setMappingRegistryTitle

      public void setMappingRegistryTitle(String value)
      Sets the value of the mapping_registry_title slot.
    • getMappingRegistryDescription

      public String getMappingRegistryDescription()
      Gets the value of the mapping_registry_description slot.
    • setMappingRegistryDescription

      public void setMappingRegistryDescription(String value)
      Sets the value of the mapping_registry_description slot.
    • getImports

      public List<String> getImports()
      Gets the value of the imports slot.
    • getImports

      public List<String> getImports(boolean set)
      Gets the list of imports values, optionally initializing the list if needed.
      Parameters:
      set - If true, the underlying field will be initialized to an empty list if it happens to be null.
      Returns:
      The list of imports values.
    • setImports

      public void setImports(List<String> value)
      Sets the value of the imports slot.
    • getMappingSetReferences

      public List<MappingSetReference> getMappingSetReferences()
      Gets the value of the mapping_set_references slot.
    • getMappingSetReferences

      public List<MappingSetReference> getMappingSetReferences(boolean set)
      Gets the list of mapping_set_references values, optionally initializing the list if needed.
      Parameters:
      set - If true, the underlying field will be initialized to an empty list if it happens to be null.
      Returns:
      The list of mapping_set_references values.
    • setMappingSetReferences

      public void setMappingSetReferences(List<MappingSetReference> value)
      Sets the value of the mapping_set_references slot.
    • getDocumentation

      public String getDocumentation()
      Gets the value of the documentation slot.
    • setDocumentation

      public void setDocumentation(String value)
      Sets the value of the documentation slot.
    • getHomepage

      public String getHomepage()
      Gets the value of the homepage slot.
    • setHomepage

      public void setHomepage(String value)
      Sets the value of the homepage slot.
    • getIssueTracker

      public String getIssueTracker()
      Gets the value of the issue_tracker slot.
    • setIssueTracker

      public void setIssueTracker(String value)
      Sets the value of the issue_tracker slot.
    • getExtensions

      public Map<String, ExtensionValue> getExtensions()
      Gets the map of extension values.
    • getExtensions

      public Map<String, ExtensionValue> getExtensions(boolean set)
      Gets the map of extension values, optionally initializing the map if needed.
      Parameters:
      set - If true, the underlying field will be initialized to an empty map if it happens to be null.
      Returns:
      The map of extension values.
    • setExtensions

      public void setExtensions(Map<String, ExtensionValue> value)
      Sets the map of extension values.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • builder

      public static MappingRegistry.MappingRegistryBuilder builder()
    • toBuilder