Class MappingSetReference

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

public class MappingSetReference extends Object
  • Constructor Details

    • MappingSetReference

      public MappingSetReference()
    • MappingSetReference

      protected MappingSetReference(String mappingSetId, String mirrorFrom, Double registryConfidence, String mappingSetGroup, LocalDate lastUpdated, String localName)
  • Method Details

    • setRegistryConfidence

      public void setRegistryConfidence(Double value)
      Sets the registry_confidence field to a new value.
      Parameters:
      value - The new registry_confidence value to set.
      Throws:
      IllegalArgumentException - If the value is outside of the valid range.
    • builder

    • toBuilder

    • getMappingSetId

      public String getMappingSetId()
    • getMirrorFrom

      public String getMirrorFrom()
    • getRegistryConfidence

      public Double getRegistryConfidence()
    • getMappingSetGroup

      public String getMappingSetGroup()
    • getLastUpdated

      public LocalDate getLastUpdated()
    • getLocalName

      public String getLocalName()
    • setMappingSetId

      public void setMappingSetId(String mappingSetId)
    • setMirrorFrom

      public void setMirrorFrom(String mirrorFrom)
    • setMappingSetGroup

      public void setMappingSetGroup(String mappingSetGroup)
    • setLastUpdated

      public void setLastUpdated(LocalDate lastUpdated)
    • setLocalName

      public void setLocalName(String localName)
    • 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