<FWCreativeRenditionAsset > Protocol Reference

Protocol for creative rendition asset. More...

#import <FWProtocols.h>

+ Inheritance diagram for <FWCreativeRenditionAsset >:

Instance Methods

(NSString *) - name
 Get name of the asset. More...
 
(void) - setName:
 Set name of the asset. More...
 
(NSString *) - url
 Get URL of the asset. More...
 
(void) - setUrl:
 Set URL of the asset. More...
 
(NSString *) - content
 Get content of the asset. More...
 
(void) - setContent:
 Set the content of the asset. More...
 
(NSString *) - mimeType
 Get mime type of the asset. More...
 
(void) - setMimeType:
 Set mime type of the asset. More...
 
(NSString *) - contentType
 Get content type of the asset. More...
 
(void) - setContentType:
 Set content type of the asset. More...
 
(NSInteger) - bytes
 Get size of the asset. More...
 
(void) - setBytes:
 Set size of the asset. More...
 

Detailed Description

Protocol for creative rendition asset.

Method Documentation

- (NSInteger FWCreativeRenditionAsset) bytes

Get size of the asset.

Returns
Size in bytes, or -1 if unknown
- (NSString * FWCreativeRenditionAsset) content

Get content of the asset.

Returns
Content in a string
- (NSString * FWCreativeRenditionAsset) contentType

Get content type of the asset.

Returns
Content type in a string
- (NSString * FWCreativeRenditionAsset) mimeType

Get mime type of the asset.

Returns
Mime type in a string
- (NSString * FWCreativeRenditionAsset) name

Get name of the asset.

Returns
Name in a string
- (void FWCreativeRenditionAsset) setBytes: (NSInteger)  value

Set size of the asset.

Returns
Size in bytes, or -1 if unknown
- (void FWCreativeRenditionAsset) setContent: (NSString *)  value

Set the content of the asset.

- (void FWCreativeRenditionAsset) setContentType: (NSString *)  value

Set content type of the asset.

- (void FWCreativeRenditionAsset) setMimeType: (NSString *)  value

Set mime type of the asset.

- (void FWCreativeRenditionAsset) setName: (NSString *)  value

Set name of the asset.

- (void FWCreativeRenditionAsset) setUrl: (NSString *)  value

Set URL of the asset.

- (NSString * FWCreativeRenditionAsset) url

Get URL of the asset.

Returns
URL in a string

The documentation for this protocol was generated from the following file: