Package org.gbif.api.model.collections
Class SourceableField.Source
- java.lang.Object
-
- org.gbif.api.model.collections.SourceableField.Source
-
- Enclosing class:
- SourceableField
public static class SourceableField.Source extends Object
-
-
Constructor Summary
Constructors Constructor Description Source()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
MasterSourceType
getMasterSource()
List<String>
getSourceableParts()
int
hashCode()
boolean
isOverridable()
void
setMasterSource(MasterSourceType masterSource)
void
setOverridable(boolean overridable)
void
setSourceableParts(List<String> sourceableParts)
-
-
-
Constructor Detail
-
Source
public Source()
-
-
Method Detail
-
getMasterSource
public MasterSourceType getMasterSource()
-
setMasterSource
public void setMasterSource(MasterSourceType masterSource)
-
isOverridable
public boolean isOverridable()
-
setOverridable
public void setOverridable(boolean overridable)
-
getSourceableParts
public List<String> getSourceableParts()
-
setSourceableParts
public void setSourceableParts(List<String> sourceableParts)
-
-