Class DigitalAssetSpec
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetSpec
- All Implemented Interfaces:
GeneralDigitalAssetSpec
Defines the specification of the new digital asset to upload.
- Since:
- 1.6.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessage
Returns the description.Specifies the folder key.com.onwbp.base.text.UserMessage
getLabel()
Returns the label.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.
-
Constructor Details
-
DigitalAssetSpec
Instantiates the newDigitalAssetSpec
.- 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 interfaceGeneralDigitalAssetSpec
-
setLabel
public void setLabel(com.onwbp.base.text.UserMessage label) Specifies the label.- Specified by:
setLabel
in interfaceGeneralDigitalAssetSpec
-
getDescription
public com.onwbp.base.text.UserMessage getDescription()Returns the description.- Specified by:
getDescription
in interfaceGeneralDigitalAssetSpec
-
setDescription
public void setDescription(com.onwbp.base.text.UserMessage description) Specifies the description.- Specified by:
setDescription
in interfaceGeneralDigitalAssetSpec
-
getResource
Returns the resource. -
getFolderKey
Specifies the folder key. -
setFolderKey
Returns the folder key.
-