Package org.gbif.api.model.collections
Class SourceableField
- java.lang.Object
- 
- org.gbif.api.model.collections.SourceableField
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class SourceableField extends Object implements Serializable Holds the info about the GRSciColl fields whose master source is outside GRSciColl.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSourceableField.Source
 - 
Constructor SummaryConstructors Constructor Description SourceableField()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFieldName()List<SourceableField.Source>getSources()inthashCode()voidsetFieldName(String fieldName)voidsetSources(List<SourceableField.Source> sources)
 
- 
- 
- 
Constructor Detail- 
SourceableFieldpublic SourceableField() 
 
- 
 - 
Method Detail- 
getFieldNamepublic String getFieldName() 
 - 
setFieldNamepublic void setFieldName(String fieldName) 
 - 
getSourcespublic List<SourceableField.Source> getSources() 
 - 
setSourcespublic void setSources(List<SourceableField.Source> sources) 
 
- 
 
-