Class MediaType
- java.lang.Object
-
- com.orchestranetworks.addon.common.schema.media.CommonMediaType
-
- com.orchestranetworks.addon.dama.models.MediaType
-
public final class MediaType extends com.orchestranetworks.addon.common.schema.media.CommonMediaTypeDefines a java bean for the 'Media Type' field.The example in
com.orchestranetworks.addon.damashows how to use this Java bean.- Since:
- 1.2.1
-
-
Constructor Summary
Constructors Constructor Description MediaType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttachment()Gets the attached asset's UUID.voidsetAttachment(java.lang.String attachment)Sets the attached asset's UUID.
-
-
-
Method Detail
-
getAttachment
public java.lang.String getAttachment()
Gets the attached asset's UUID.- Overrides:
getAttachmentin classcom.orchestranetworks.addon.common.schema.media.CommonMediaType
-
setAttachment
public void setAttachment(java.lang.String attachment)
Sets the attached asset's UUID.- Overrides:
setAttachmentin classcom.orchestranetworks.addon.common.schema.media.CommonMediaType- Parameters:
attachment- the attached asset's new UUID
-
-