Package io.adminshell.aas.v3.model.impl
Class DefaultObjectAttributes
- java.lang.Object
-
- io.adminshell.aas.v3.model.impl.DefaultObjectAttributes
-
- All Implemented Interfaces:
ObjectAttributes
public class DefaultObjectAttributes extends java.lang.Object implements ObjectAttributes
Default implementation of package io.adminshell.aas.v3.model.ObjectAttributes A set of data elements that describe object attributes. These attributes need to refer to a data element within an existing submodel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultObjectAttributes.BuilderThis builder class can be used to construct a DefaultObjectAttributes bean.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Reference>objectAttributes
-
Constructor Summary
Constructors Constructor Description DefaultObjectAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<Reference>getObjectAttributes()A data elements that further classifies an object.inthashCode()voidsetObjectAttributes(java.util.List<Reference> objectAttributes)A data elements that further classifies an object.
-
-
-
Field Detail
-
objectAttributes
protected java.util.List<Reference> objectAttributes
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getObjectAttributes
public java.util.List<Reference> getObjectAttributes()
Description copied from interface:ObjectAttributesA data elements that further classifies an object. More information under https://admin-shell.io/aas/3/0/RC01/ObjectAttributes/objectAttribute- Specified by:
getObjectAttributesin interfaceObjectAttributes- Returns:
- Returns the List of References for the property objectAttributes.
-
setObjectAttributes
public void setObjectAttributes(java.util.List<Reference> objectAttributes)
Description copied from interface:ObjectAttributesA data elements that further classifies an object. More information under https://admin-shell.io/aas/3/0/RC01/ObjectAttributes/objectAttribute- Specified by:
setObjectAttributesin interfaceObjectAttributes- Parameters:
objectAttributes- desired value for the property objectAttributes.
-
-