Class AC.data.ContributionProperty
Represents a contribution property.
Defined in: Utility.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new contribution property from the specified message.
|
Method Attributes | Method Name and Description |
---|---|
getAttribute(key)
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.
|
|
getUser()
Gets the property's user.
|
|
getValue()
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