Package io.adminshell.aas.v3.model.impl
Class DefaultEmbeddedDataSpecification
- java.lang.Object
-
- io.adminshell.aas.v3.model.impl.DefaultEmbeddedDataSpecification
-
- All Implemented Interfaces:
EmbeddedDataSpecification
public class DefaultEmbeddedDataSpecification extends java.lang.Object implements EmbeddedDataSpecification
Default implementation of package io.adminshell.aas.v3.model.EmbeddedDataSpecification Link to the included description of the Data Specification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultEmbeddedDataSpecification.BuilderThis builder class can be used to construct a DefaultEmbeddedDataSpecification bean.
-
Field Summary
Fields Modifier and Type Field Description protected ReferencedataSpecificationprotected DataSpecificationContentdataSpecificationContent
-
Constructor Summary
Constructors Constructor Description DefaultEmbeddedDataSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ReferencegetDataSpecification()Global reference to the data specification template used by the element.DataSpecificationContentgetDataSpecificationContent()Property links to a Data Specification Content, which contains the formalized definitions specifying this Data Specification.inthashCode()voidsetDataSpecification(Reference dataSpecification)Global reference to the data specification template used by the element.voidsetDataSpecificationContent(DataSpecificationContent dataSpecificationContent)Property links to a Data Specification Content, which contains the formalized definitions specifying this Data Specification.
-
-
-
Field Detail
-
dataSpecification
protected Reference dataSpecification
-
dataSpecificationContent
protected DataSpecificationContent dataSpecificationContent
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getDataSpecification
public Reference getDataSpecification()
Description copied from interface:EmbeddedDataSpecificationGlobal reference to the data specification template used by the element. Reference points to a Data Specification. Reference must point to a Data Specification. More information under https://admin-shell.io/aas/3/0/RC01/EmbeddedDataSpecification/dataSpecification- Specified by:
getDataSpecificationin interfaceEmbeddedDataSpecification- Returns:
- Returns the Reference for the property dataSpecification.
-
setDataSpecification
public void setDataSpecification(Reference dataSpecification)
Description copied from interface:EmbeddedDataSpecificationGlobal reference to the data specification template used by the element. Reference points to a Data Specification. Reference must point to a Data Specification. More information under https://admin-shell.io/aas/3/0/RC01/EmbeddedDataSpecification/dataSpecification- Specified by:
setDataSpecificationin interfaceEmbeddedDataSpecification- Parameters:
dataSpecification- desired value for the property dataSpecification.
-
getDataSpecificationContent
public DataSpecificationContent getDataSpecificationContent()
Description copied from interface:EmbeddedDataSpecificationProperty links to a Data Specification Content, which contains the formalized definitions specifying this Data Specification. More information under https://admin-shell.io/aas/3/0/RC01/EmbeddedDataSpecification/dataSpecificationContent- Specified by:
getDataSpecificationContentin interfaceEmbeddedDataSpecification- Returns:
- Returns the DataSpecificationContent for the property dataSpecificationContent.
-
setDataSpecificationContent
public void setDataSpecificationContent(DataSpecificationContent dataSpecificationContent)
Description copied from interface:EmbeddedDataSpecificationProperty links to a Data Specification Content, which contains the formalized definitions specifying this Data Specification. More information under https://admin-shell.io/aas/3/0/RC01/EmbeddedDataSpecification/dataSpecificationContent- Specified by:
setDataSpecificationContentin interfaceEmbeddedDataSpecification- Parameters:
dataSpecificationContent- desired value for the property dataSpecificationContent.
-
-