format
boolean setProperty(String key, Serializable value)
description
Sets the given property for the MediaObject.
parameters
key - the unique key of the property
key
value - the new contents of the property
value
returns
TRUE - if the assignment was successful
TRUE
FALSE - if the assignment failed
FALSE
throws
The setProperty() method does not throw any exceptions.
setProperty()