Class MappingRegistry
java.lang.Object
org.incenp.obofoundry.sssom.model.MappingRegistry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getImports
(boolean set) Gets the list of imports values, optionally initializing the list if needed.int
hashCode()
void
setDocumentation
(String documentation) void
setHomepage
(String homepage) void
setImports
(List<String> imports) void
setIssueTracker
(String issueTracker) void
setMappingRegistryDescription
(String mappingRegistryDescription) void
setMappingRegistryId
(String mappingRegistryId) void
setMappingRegistryTitle
(String mappingRegistryTitle) void
setMappingSetReferences
(List<MappingSetReference> mappingSetReferences) toString()
-
Constructor Details
-
MappingRegistry
public MappingRegistry() -
MappingRegistry
-
-
Method Details
-
getImports
Gets the list of imports values, 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.
-
builder
-
toBuilder
-
getMappingRegistryId
-
getMappingRegistryTitle
-
getMappingRegistryDescription
-
getImports
-
getMappingSetReferences
-
getDocumentation
-
getHomepage
-
getIssueTracker
-
setMappingRegistryId
-
setMappingRegistryTitle
-
setMappingRegistryDescription
-
setImports
-
setMappingSetReferences
-
setDocumentation
-
setHomepage
-
setIssueTracker
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-