Maven module :un.api : api-system :
Class : un.api.desktop.Attachment
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : META_MIME_TYPE, META_SOURCE_OBJECT, META_SOURCE_SCREEN_LOCATION
Functions : getMetadatas, getObject



Attached object mime type.
public Chars META_MIME_TYPE


Object who provided this attachment.
public Chars META_SOURCE_OBJECT


Screen location from where the attachment has been added.
This property should be filled when the attachment is a drag and drop.
public Chars META_SOURCE_SCREEN_LOCATION



Get the attached object metadatas.
The only required property is the mime-type of type Chars.
return  Dictionary, never null.
Dictionary getMetadatas ()


return  attached object
Object getObject ()