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 class
SourceableField.Source
-
Constructor Summary
Constructors Constructor Description SourceableField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFieldName()
List<SourceableField.Source>
getSources()
int
hashCode()
void
setFieldName(String fieldName)
void
setSources(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)
-
-