Class DigitalAssetSpec
- java.lang.Object
-
- com.orchestranetworks.addon.dama.ext.bean.DigitalAssetSpec
-
- All Implemented Interfaces:
GeneralDigitalAssetSpec
public final class DigitalAssetSpec extends java.lang.Object implements GeneralDigitalAssetSpec
Defines the specification of the new digital asset to upload.- Since:
- 1.6.0
-
-
Constructor Summary
Constructors Constructor Description DigitalAssetSpec(Resource resource)Instantiates the newDigitalAssetSpec.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetDescription()Returns the description.FolderKeygetFolderKey()Specifies the folder key.com.onwbp.base.text.UserMessagegetLabel()Returns the label.ResourcegetResource()Returns the resource.voidsetDescription(com.onwbp.base.text.UserMessage description)Specifies the description.voidsetFolderKey(FolderKey folderKey)Returns the folder key.voidsetLabel(com.onwbp.base.text.UserMessage label)Specifies the label.
-
-
-
Constructor Detail
-
DigitalAssetSpec
public DigitalAssetSpec(Resource resource)
Instantiates the newDigitalAssetSpec.- Parameters:
resource- the resource to create new digital asset
-
-
Method Detail
-
getLabel
public com.onwbp.base.text.UserMessage getLabel()
Returns the label.- Specified by:
getLabelin interfaceGeneralDigitalAssetSpec
-
setLabel
public void setLabel(com.onwbp.base.text.UserMessage label)
Specifies the label.- Specified by:
setLabelin interfaceGeneralDigitalAssetSpec
-
getDescription
public com.onwbp.base.text.UserMessage getDescription()
Returns the description.- Specified by:
getDescriptionin interfaceGeneralDigitalAssetSpec
-
setDescription
public void setDescription(com.onwbp.base.text.UserMessage description)
Specifies the description.- Specified by:
setDescriptionin interfaceGeneralDigitalAssetSpec
-
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.
-
-