Class DigitalAssetSpec

    • Constructor Summary

      Constructors 
      Constructor Description
      DigitalAssetSpec​(Resource resource)
      Instantiates the new DigitalAssetSpec.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.base.text.UserMessage getDescription()
      Returns the description.
      FolderKey getFolderKey()
      Specifies the folder key.
      com.onwbp.base.text.UserMessage getLabel()
      Returns the label.
      Resource getResource()
      Returns the resource.
      void setDescription​(com.onwbp.base.text.UserMessage description)
      Specifies the description.
      void setFolderKey​(FolderKey folderKey)
      Returns the folder key.
      void setLabel​(com.onwbp.base.text.UserMessage label)
      Specifies the label.
      • Methods inherited from class java.lang.Object

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

      • DigitalAssetSpec

        public DigitalAssetSpec​(Resource resource)
        Instantiates the new DigitalAssetSpec.
        Parameters:
        resource - the resource to create new digital asset
    • Method Detail

      • setLabel

        public void setLabel​(com.onwbp.base.text.UserMessage label)
        Specifies the label.
        Specified by:
        setLabel in interface GeneralDigitalAssetSpec
      • setDescription

        public void setDescription​(com.onwbp.base.text.UserMessage description)
        Specifies the description.
        Specified by:
        setDescription in interface GeneralDigitalAssetSpec
      • getResource

        public Resource getResource()
        Returns the resource.
      • getFolderKey

        public FolderKey getFolderKey()
        Specifies the folder key.
      • setFolderKey

        public void setFolderKey​(FolderKey folderKey)
        Returns the folder key.