Class FakeAsset
- java.lang.Object
-
- test.de.iip_ecosphere.platform.support.fakeAas.FakeAsset
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.Asset
public class FakeAsset extends java.lang.Object implements de.iip_ecosphere.platform.support.aas.AssetImplements a fake asset.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classFakeAsset.FakeAssetBuilder
-
Constructor Summary
Constructors Modifier Constructor Description privateFakeAsset(java.lang.String shortId, de.iip_ecosphere.platform.support.aas.AssetKind kind)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(de.iip_ecosphere.platform.support.aas.AasVisitor visitor)de.iip_ecosphere.platform.support.aas.AssetKindgetAssetKind()java.lang.StringgetIdShort()
-
-
-
Method Detail
-
getAssetKind
public de.iip_ecosphere.platform.support.aas.AssetKind getAssetKind()
- Specified by:
getAssetKindin interfacede.iip_ecosphere.platform.support.aas.Asset
-
getIdShort
public java.lang.String getIdShort()
- Specified by:
getIdShortin interfacede.iip_ecosphere.platform.support.aas.Asset
-
accept
public void accept(de.iip_ecosphere.platform.support.aas.AasVisitor visitor)
- Specified by:
acceptin interfacede.iip_ecosphere.platform.support.aas.Asset
-
-