Interface JSON_Identifiable
-
- All Superinterfaces:
Identifiable
- All Known Subinterfaces:
JSON_ActedOnBehalfOf,JSON_Activity,JSON_Agent,JSON_Bundle,JSON_Entity,JSON_Generic,JSON_Generic2,JSON_QualifiedAlternateOf,JSON_QualifiedHadMember,JSON_QualifiedSpecializationOf,JSON_Used,JSON_WasAssociatedWith,JSON_WasAttributedTo,JSON_WasDerivedFrom,JSON_WasEndedBy,JSON_WasGeneratedBy,JSON_WasInfluencedBy,JSON_WasInformedBy,JSON_WasInvalidatedBy,JSON_WasStartedBy
public interface JSON_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
-
-