org.apache.jetspeed.capabilities.impl
Class MimeTypeImpl
java.lang.Object
org.apache.jetspeed.capabilities.impl.MimeTypeImpl
- All Implemented Interfaces:
- org.apache.jetspeed.capabilities.MimeType
- public class MimeTypeImpl
- extends Object
- implements org.apache.jetspeed.capabilities.MimeType
Mimetype implementation class.
- Version:
- $Id: MimeTypeImpl.java 186671 2004-05-28 18:49:15Z weaver $
- Author:
- Roger Ruttimann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mimeTypeId
private int mimeTypeId
name
private String name
MimeTypeImpl
public MimeTypeImpl()
setMimetypeId
public void setMimetypeId(int id)
- Specified by:
setMimetypeId
in interface org.apache.jetspeed.capabilities.MimeType
getMimetypeId
public int getMimetypeId()
- Specified by:
getMimetypeId
in interface org.apache.jetspeed.capabilities.MimeType
setName
public void setName(String name)
- Specified by:
setName
in interface org.apache.jetspeed.capabilities.MimeType
getName
public String getName()
- Specified by:
getName
in interface org.apache.jetspeed.capabilities.MimeType
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.