Class SourceRecord
- java.lang.Object
-
- org.gcube.datacatalogue.grsf_manage_widget.shared.GenericRecord
-
- org.gcube.datacatalogue.grsf_manage_widget.shared.SourceRecord
-
- All Implemented Interfaces:
Serializable
public class SourceRecord extends GenericRecord
A source record for this grsf record: source type (i.e. fishsource, ram, firms), name and identifier- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceRecord()SourceRecord(String name, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidsetName(String name)StringtoString()-
Methods inherited from class org.gcube.datacatalogue.grsf_manage_widget.shared.GenericRecord
getDescription, getDomain, getKnowledgeBaseId, getSemanticIdentifier, getShortName, getTitle, getUrl, setDescription, setDomain, setKnowledgeBaseId, setSemanticIdentifier, setShortName, setTitle, setUrl
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
toString
public String toString()
- Overrides:
toStringin classGenericRecord
-
-