Class RemoteDigitalAssetVersionSpec
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.RemoteDigitalAssetVersionSpec
- All Implemented Interfaces:
GeneralDigitalAssetVersionSpec
public final class RemoteDigitalAssetVersionSpec
extends Object
implements GeneralDigitalAssetVersionSpec
Defines the
GeneralDigitalAssetVersionSpec from a 3rd party asset management system.- Since:
- 1.7.0
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteDigitalAssetVersionSpec(DigitalAssetKey assetKey) Instantiates the newRemoteDigitalAssetVersionSpec. -
Method Summary
Modifier and TypeMethodDescriptionReturns the comment.Returns the digital asset version's external Id.Returns the digital asset version's file size.getKey()Return the digital asset's key.Returns checksum of the file.Returns the digital asset version's physical name.Returns the profile author.getSize()Returns the image size.Returns the storage date.Return the version name.booleanChecks whether this is the current version.voidsetComment(String comment) Specifies the comment.voidsetCurrentVersion(boolean currentVersion) Specifies whether the new version of the asset is the current version.voidsetExternalId(String externalId) Specifies the digital asset version's external id.voidsetFileSize(BigDecimal fileSize) Specifies the digital asset version's file size.voidsetMd5CheckSumOfFile(String md5CheckSumOfFile) Specifies checksum of the file.voidsetPhysicalName(String physicalName) Specifies the digital asset version's physical name.voidsetProfileAuthor(String profileAuthor) Specifies the profile author.voidSpecifies the image size.voidsetStorageDate(Date storageDate) Specifies the storage date.voidsetVersionName(String versionName) Specifies the version name.
-
Constructor Details
-
RemoteDigitalAssetVersionSpec
Instantiates the newRemoteDigitalAssetVersionSpec.- Parameters:
assetKey- the asset key to be created for the new version
-
-
Method Details
-
setExternalId
Specifies the digital asset version's external id. -
getExternalId
Returns the digital asset version's external Id. -
getPhysicalName
Returns the digital asset version's physical name. -
setPhysicalName
Specifies the digital asset version's physical name. -
getStorageDate
Returns the storage date. -
setStorageDate
Specifies the storage date. -
getProfileAuthor
Returns the profile author. -
setProfileAuthor
Specifies the profile author. -
getFileSize
Returns the digital asset version's file size. -
setFileSize
Specifies the digital asset version's file size. -
getSize
Returns the image size. -
setSize
Specifies the image size. -
getMd5CheckSumOfFile
Returns checksum of the file. -
setMd5CheckSumOfFile
Specifies checksum of the file. -
isCurrentVersion
public boolean isCurrentVersion()Checks whether this is the current version.- Specified by:
isCurrentVersionin interfaceGeneralDigitalAssetVersionSpec
-
setCurrentVersion
public void setCurrentVersion(boolean currentVersion) Specifies whether the new version of the asset is the current version.- Specified by:
setCurrentVersionin interfaceGeneralDigitalAssetVersionSpec
-
getVersionName
Return the version name.- Specified by:
getVersionNamein interfaceGeneralDigitalAssetVersionSpec
-
setVersionName
Specifies the version name.- Specified by:
setVersionNamein interfaceGeneralDigitalAssetVersionSpec
-
getComment
Returns the comment.- Specified by:
getCommentin interfaceGeneralDigitalAssetVersionSpec
-
setComment
Specifies the comment.- Specified by:
setCommentin interfaceGeneralDigitalAssetVersionSpec
-
getKey
Return the digital asset's key.- Specified by:
getKeyin interfaceGeneralDigitalAssetVersionSpec
-