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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessageReturns the description.Specifies the folder key.com.onwbp.base.text.UserMessagegetLabel()Returns the label.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 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:
 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
Returns the resource. - 
getFolderKey
Specifies the folder key. - 
setFolderKey
Returns the folder key. 
 -