Class Index | File Index

Classes


Class AC.data.ContributionProperty

Represents a contribution property.
Defined in: Utility.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new contribution property from the specified message.
Method Summary
Method Attributes Method Name and Description
 
Gets an attribute's value from the message based on the specified attribute key.
 
Gets the property's locking user.
 
Gets the property's thumbprints.
 
Gets the property's user.
 
Gets the property's value.
Class Detail
AC.data.ContributionProperty(msg)
Creates a new contribution property from the specified message.
Parameters:
msg
a JSON message
Method Detail
getAttribute(key)
Gets an attribute's value from the message based on the specified attribute key.
Parameters:
{String} key
the key of the message attribute.
Returns:
the value of the message attribute

getLockedBy()
Gets the property's locking user.
Returns:
the property's locking user

getThumbprints()
Gets the property's thumbprints.
Returns:
the property's thumbprints

getUser()
Gets the property's user.
Returns:
the property's user

getValue()
Gets the property's value.
Returns:
the property's value

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:06 GMT-0500 (CDT)