The generic functions that have methods for "mlm" are: alias, coef, predict, print, summary.
Some of the fitted model objects inherit from "lm" and/or "mlm". These include: "aov", "glm", "gam" (which inherits from "glm").
For a multivariate response, the object returned has class "mlm", and the coefficients, effects, fitted values, and residuals are all matrices whose columns correspond to the response variables.