*/
public int hashCode()
{
HashCodeBuilder hasher = new HashCodeBuilder(27, 87);
hasher.append(contentType);
return hasher.toHashCode();
}
/* (non-Javadoc)
* @see org.apache.jetspeed.om.common.portlet.ContentTypeComposite#addPortletMode(javax.portlet.PortletMode)
*/