Class ContentTypeMapping


  • public class ContentTypeMapping
    extends java.lang.Object
    Author:
    Narcis Marcu (narcism@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentTypeMapping​(java.lang.String fileType, java.lang.String contentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContentType()  
      java.lang.String getFileType()  
      void setContentType​(java.lang.String contentType)  
      void setFileType​(java.lang.String fileType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContentTypeMapping

        public ContentTypeMapping​(java.lang.String fileType,
                                  java.lang.String contentType)
    • Method Detail

      • getFileType

        public java.lang.String getFileType()
      • setFileType

        public void setFileType​(java.lang.String fileType)
      • getContentType

        public java.lang.String getContentType()
      • setContentType

        public void setContentType​(java.lang.String contentType)