org.apache.cocoon.portal.pluto.om.common
Class MimeType

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.common.MimeType

public class MimeType
extends Object

Version:
CVS $Id: MimeType.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Constructor Summary
MimeType()
           
 
Method Summary
 String getExtension()
           
 String getMimeType()
           
 void setExtension(String extension)
           
 void setMimeType(String mimeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeType

public MimeType()
Method Detail

getExtension

public String getExtension()
Returns:
Returns the extension.

setExtension

public void setExtension(String extension)
Parameters:
extension - The extension to set.

getMimeType

public String getMimeType()
Returns:
Returns the mimeType.

setMimeType

public void setMimeType(String mimeType)
Parameters:
mimeType - The mimeType to set.


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.