Class AbstractAsset

    • Method Summary

      All Methods Instance Methods Concrete 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
      void setDescription​(java.lang.String description)  
      void setId​(java.lang.String id)  
      void setName​(java.lang.String name)  
      void setTitle​(java.lang.String title)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractAsset

        public AbstractAsset()
      • AbstractAsset

        public AbstractAsset​(java.lang.String name)
      • AbstractAsset

        public AbstractAsset​(java.lang.String name,
                             java.lang.String description)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the description of this Asset
        Specified by:
        getDescription in interface IAsset
        Returns:
        the description of this Asset
      • setDescription

        public void setDescription​(java.lang.String description)
      • getName

        public java.lang.String getName()
        Gets the name of Asset
        Specified by:
        getName in interface IAsset
        Returns:
        the name of Asset
      • setName

        public void setName​(java.lang.String name)
      • getTitle

        public java.lang.String getTitle()
        Gets the display name of Asset
        Specified by:
        getTitle in interface IAsset
        Returns:
        the display name of Asset
      • setTitle

        public void setTitle​(java.lang.String title)
      • getId

        public java.lang.String getId()
        Gets the identifier of this Asset
        Specified by:
        getId in interface IAsset
        Returns:
        the identifier of this Asset
      • setId

        public void setId​(java.lang.String id)