Package org.openprovenance.prov.core.xml
Interface Identifiable
-
- All Superinterfaces:
Identifiable
- All Known Subinterfaces:
XML_ActedOnBehalfOf,XML_Activity,XML_Agent,XML_Bundle,XML_Entity,XML_Generic,XML_Generic2,XML_QualifiedAlternateOf,XML_QualifiedHadMember,XML_QualifiedSpecializationOf,XML_Used,XML_WasAssociatedWith,XML_WasAttributedTo,XML_WasDerivedFrom,XML_WasEndedBy,XML_WasGeneratedBy,XML_WasInfluencedBy,XML_WasInformedBy,XML_WasInvalidatedBy,XML_WasStartedBy
- All Known Implementing Classes:
WrapperBundle
public interface Identifiable extends Identifiable
-
-
Method Summary
Modifier and Type Method Description QualifiedNamegetId()voidsetId(QualifiedName value)
-
-
-
Method Detail
-
getId
QualifiedName getId()
- Specified by:
getIdin interfaceIdentifiable
-
setId
void setId(QualifiedName value)
- Specified by:
setIdin interfaceIdentifiable
-
-