org.apache.jetspeed.capabilities.impl
Class MimeTypeImpl

java.lang.Object
  extended byorg.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

Field Summary
private  int mimeTypeId
           
private  String name
           
 
Constructor Summary
MimeTypeImpl()
           
 
Method Summary
 int getMimetypeId()
           
 String getName()
           
 void setMimetypeId(int id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mimeTypeId

private int mimeTypeId

name

private String name
Constructor Detail

MimeTypeImpl

public MimeTypeImpl()
Method Detail

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.