Class DigitalAssetSpec

java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetSpec
All Implemented Interfaces:
GeneralDigitalAssetSpec

public final class DigitalAssetSpec extends Object implements GeneralDigitalAssetSpec
Defines the specification of the new digital asset to upload.
Since:
1.6.0
  • Constructor Details

    • DigitalAssetSpec

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

    • getLabel

      public com.onwbp.base.text.UserMessage getLabel()
      Returns the label.
      Specified by:
      getLabel in interface GeneralDigitalAssetSpec
    • setLabel

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

      public com.onwbp.base.text.UserMessage getDescription()
      Returns the description.
      Specified by:
      getDescription 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.