getProducer(int producer_id)¶
The getProducer method is used to get a Producer object that represents producer in the storefront.
Input parameters¶
producer_id¶
int Numeric identifier of the producer.
Returned value¶
The Producer object. If the producer does not exist, the method returns null.