Class MappingRegistry
java.lang.Object
org.incenp.obofoundry.sssom.model.MappingRegistry
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()protected booleanbooleangetImports(boolean set) Gets the list of imports values, optionally initializing the list if needed.inthashCode()voidsetDocumentation(String documentation) voidsetHomepage(String homepage) voidsetImports(List<String> imports) voidsetIssueTracker(String issueTracker) voidsetMappingRegistryDescription(String mappingRegistryDescription) voidsetMappingRegistryId(String mappingRegistryId) voidsetMappingRegistryTitle(String mappingRegistryTitle) voidsetMappingSetReferences(List<MappingSetReference> mappingSetReferences) toString()
- 
Constructor Details- 
MappingRegistrypublic MappingRegistry()
- 
MappingRegistry
 
- 
- 
Method Details- 
getImportsGets 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.
 
- 
builder
- 
toBuilder
- 
getMappingRegistryId
- 
getMappingRegistryTitle
- 
getMappingRegistryDescription
- 
getImports
- 
getMappingSetReferences
- 
getDocumentation
- 
getHomepage
- 
getIssueTracker
- 
setMappingRegistryId
- 
setMappingRegistryTitle
- 
setMappingRegistryDescription
- 
setImports
- 
setMappingSetReferences
- 
setDocumentation
- 
setHomepage
- 
setIssueTracker
- 
toString
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-