Interface BaseAsset

    • Method Detail

      • getIdentifer

        Identifier getIdentifer()
        Get this asset's identifier. This is used to locate the asset or set a relationship to this asset.

        This property is immutable.

        Returns:
        this asset's Identifier which uniquely identifies this asset.
      • getAssetType

        java.lang.String getAssetType()
        A convenience method that calls getIdentifer().getType().toString()
      • getAssetId

        java.lang.String getAssetId()
        A convenience method that calls getIdentifer().getId()