Interface IAsset

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the description of this Asset
      java.lang.String getId()
      Gets the identifier of this Asset
      java.lang.String getName()
      Gets the name of Asset
      java.lang.String getTitle()
      Gets the display name of Asset
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of Asset
        Returns:
        the name of Asset
      • getTitle

        java.lang.String getTitle()
        Gets the display name of Asset
        Returns:
        the display name of Asset
      • getDescription

        java.lang.String getDescription()
        Gets the description of this Asset
        Returns:
        the description of this Asset
      • getId

        java.lang.String getId()
        Gets the identifier of this Asset
        Returns:
        the identifier of this Asset