Class MappingRegistry
- java.lang.Object
-
- org.incenp.obofoundry.sssom.model.MappingRegistry
-
public class MappingRegistry extends Object
Represents amapping registryobject.Automatically generated from the SSSOM LinkML schema.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMappingRegistry.MappingRegistryBuilder
-
Constructor Summary
Constructors Modifier Constructor Description MappingRegistry()Creates a new empty instance.protectedMappingRegistry(String mappingRegistryId, String mappingRegistryTitle, String mappingRegistryDescription, List<String> imports, List<MappingSetReference> mappingSetReferences, String documentation, String homepage, String issueTracker, Map<String,ExtensionValue> extensions)Creates a new instance from the specified values.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MappingRegistry.MappingRegistryBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDocumentation()Gets the value of thedocumentationslot.Map<String,ExtensionValue>getExtensions()Gets the map of extension values.Map<String,ExtensionValue>getExtensions(boolean set)Gets the map of extension values, optionally initializing the map if needed.StringgetHomepage()Gets the value of thehomepageslot.List<String>getImports()Gets the value of theimportsslot.List<String>getImports(boolean set)Gets the list ofimportsvalues, optionally initializing the list if needed.StringgetIssueTracker()Gets the value of theissue_trackerslot.StringgetMappingRegistryDescription()Gets the value of themapping_registry_descriptionslot.StringgetMappingRegistryId()Gets the value of themapping_registry_idslot.StringgetMappingRegistryTitle()Gets the value of themapping_registry_titleslot.List<MappingSetReference>getMappingSetReferences()Gets the value of themapping_set_referencesslot.List<MappingSetReference>getMappingSetReferences(boolean set)Gets the list ofmapping_set_referencesvalues, optionally initializing the list if needed.inthashCode()voidsetDocumentation(String value)Sets the value of thedocumentationslot.voidsetExtensions(Map<String,ExtensionValue> value)Sets the map of extension values.voidsetHomepage(String value)Sets the value of thehomepageslot.voidsetImports(List<String> value)Sets the value of theimportsslot.voidsetIssueTracker(String value)Sets the value of theissue_trackerslot.voidsetMappingRegistryDescription(String value)Sets the value of themapping_registry_descriptionslot.voidsetMappingRegistryId(String value)Sets the value of themapping_registry_idslot.voidsetMappingRegistryTitle(String value)Sets the value of themapping_registry_titleslot.voidsetMappingSetReferences(List<MappingSetReference> value)Sets the value of themapping_set_referencesslot.MappingRegistry.MappingRegistryBuildertoBuilder()StringtoString()
-
-
-
Constructor Detail
-
MappingRegistry
public MappingRegistry()
Creates a new empty instance.
-
MappingRegistry
protected MappingRegistry(String mappingRegistryId, String mappingRegistryTitle, String mappingRegistryDescription, List<String> imports, List<MappingSetReference> mappingSetReferences, String documentation, String homepage, String issueTracker, Map<String,ExtensionValue> extensions)
Creates a new instance from the specified values.
-
-
Method Detail
-
getMappingRegistryId
public String getMappingRegistryId()
Gets the value of themapping_registry_idslot.
-
setMappingRegistryId
public void setMappingRegistryId(String value)
Sets the value of themapping_registry_idslot.
-
getMappingRegistryTitle
public String getMappingRegistryTitle()
Gets the value of themapping_registry_titleslot.
-
setMappingRegistryTitle
public void setMappingRegistryTitle(String value)
Sets the value of themapping_registry_titleslot.
-
getMappingRegistryDescription
public String getMappingRegistryDescription()
Gets the value of themapping_registry_descriptionslot.
-
setMappingRegistryDescription
public void setMappingRegistryDescription(String value)
Sets the value of themapping_registry_descriptionslot.
-
getImports
public List<String> getImports(boolean set)
Gets the list ofimportsvalues, optionally initializing the list if needed.- Parameters:
set- Iftrue, the underlying field will be initialized to an empty list if it happens to benull.- Returns:
- The list of imports values.
-
getMappingSetReferences
public List<MappingSetReference> getMappingSetReferences()
Gets the value of themapping_set_referencesslot.
-
getMappingSetReferences
public List<MappingSetReference> getMappingSetReferences(boolean set)
Gets the list ofmapping_set_referencesvalues, optionally initializing the list if needed.- Parameters:
set- Iftrue, the underlying field will be initialized to an empty list if it happens to benull.- Returns:
- The list of mapping_set_references values.
-
setMappingSetReferences
public void setMappingSetReferences(List<MappingSetReference> value)
Sets the value of themapping_set_referencesslot.
-
getDocumentation
public String getDocumentation()
Gets the value of thedocumentationslot.
-
setDocumentation
public void setDocumentation(String value)
Sets the value of thedocumentationslot.
-
getHomepage
public String getHomepage()
Gets the value of thehomepageslot.
-
setHomepage
public void setHomepage(String value)
Sets the value of thehomepageslot.
-
getIssueTracker
public String getIssueTracker()
Gets the value of theissue_trackerslot.
-
setIssueTracker
public void setIssueTracker(String value)
Sets the value of theissue_trackerslot.
-
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- Iftrue, the underlying field will be initialized to an empty map if it happens to benull.- Returns:
- The map of extension values.
-
setExtensions
public void setExtensions(Map<String,ExtensionValue> value)
Sets the map of extension values.
-
canEqual
protected boolean canEqual(Object other)
-
builder
public static MappingRegistry.MappingRegistryBuilder builder()
-
toBuilder
public MappingRegistry.MappingRegistryBuilder toBuilder()
-
-