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 Summary
Nested Classes Modifier and Type Class Description static classSourceableField.Source 
- 
Constructor Summary
Constructors Constructor Description SourceableField() 
- 
Method Summary
All 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
- 
SourceableField
public SourceableField()
 
 - 
 
- 
Method Detail
- 
getFieldName
public String getFieldName()
 
- 
setFieldName
public void setFieldName(String fieldName)
 
- 
getSources
public List<SourceableField.Source> getSources()
 
- 
setSources
public void setSources(List<SourceableField.Source> sources)
 
 - 
 
 -