Packagecom.adobe.webapis.flickr
Classpublic class PhotoNote

PhotoNote is a ValueObject for the Flickr API. It describes the location and position of a note on an image.



Public Properties
 PropertyDefined by
  authorId : String
The id of the author of the note
PhotoNote
  authorName : String
The name of the author of the note
PhotoNote
  id : String
The id of the note
PhotoNote
  note : String
The contents of the note
PhotoNote
  rectangle : Rectangle
The bounding rectangle of the note
PhotoNote
Public Methods
 MethodDefined by
  
Construct a new PhotoNote instance
PhotoNote
Property detail
authorIdproperty
authorId:String  [read-write]

The id of the author of the note

Implementation
    public function get authorId():String
    public function set authorId(value:String):void
authorNameproperty 
authorName:String  [read-write]

The name of the author of the note

Implementation
    public function get authorName():String
    public function set authorName(value:String):void
idproperty 
id:String  [read-write]

The id of the note

Implementation
    public function get id():String
    public function set id(value:String):void
noteproperty 
note:String  [read-write]

The contents of the note

Implementation
    public function get note():String
    public function set note(value:String):void
rectangleproperty 
rectangle:Rectangle  [read-write]

The bounding rectangle of the note

Implementation
    public function get rectangle():Rectangle
    public function set rectangle(value:Rectangle):void
Constructor detail
PhotoNote()constructor
public function PhotoNote()

Construct a new PhotoNote instance