Class SuggestedMediaInfoIdValue
- java.lang.Object
-
- org.openrefine.wikibase.schema.entityvalues.SuggestedEntityIdValue
-
- org.openrefine.wikibase.schema.entityvalues.SuggestedMediaInfoIdValue
-
- All Implemented Interfaces:
PrefetchedEntityIdValue
,org.wikidata.wdtk.datamodel.interfaces.EntityIdValue
,org.wikidata.wdtk.datamodel.interfaces.IriIdentifiedValue
,org.wikidata.wdtk.datamodel.interfaces.MediaInfoIdValue
,org.wikidata.wdtk.datamodel.interfaces.Value
public class SuggestedMediaInfoIdValue extends SuggestedEntityIdValue implements org.wikidata.wdtk.datamodel.interfaces.MediaInfoIdValue
-
-
Constructor Summary
Constructors Constructor Description SuggestedMediaInfoIdValue(String id, String siteIRI, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntityType()
String
toString()
-
Methods inherited from class org.openrefine.wikibase.schema.entityvalues.SuggestedEntityIdValue
accept, build, equals, getId, getIri, getLabel, getSiteIri, getTypes, hashCode, isPlaceholder
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getEntityType
public String getEntityType()
- Specified by:
getEntityType
in interfaceorg.wikidata.wdtk.datamodel.interfaces.EntityIdValue
-
toString
public String toString()
- Overrides:
toString
in classSuggestedEntityIdValue
-
-