ORCentral
Public Member Functions

eu.coform.Mimetype Class Reference

An internal mimetype. More...

Collaboration diagram for eu.coform.Mimetype:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Mimetype ()
int getMimetypeID ()
void setMimetypeID (int mimetypeID)
String getExtension ()
void setExtension (String extension)
String getName ()
void setName (String name)
String getUri ()
void setUri (String uri)
String getDescription ()
void setDescription (String description)

Detailed Description

An internal mimetype.

Definition at line 6 of file Mimetype.java.


Constructor & Destructor Documentation

eu.coform.Mimetype.Mimetype ( )

Definition at line 13 of file Mimetype.java.


Member Function Documentation

String eu.coform.Mimetype.getDescription ( )

Definition at line 48 of file Mimetype.java.

Here is the caller graph for this function:

String eu.coform.Mimetype.getExtension ( )

Definition at line 24 of file Mimetype.java.

Here is the caller graph for this function:

int eu.coform.Mimetype.getMimetypeID ( )

Definition at line 16 of file Mimetype.java.

Here is the caller graph for this function:

String eu.coform.Mimetype.getName ( )

Definition at line 32 of file Mimetype.java.

Here is the caller graph for this function:

String eu.coform.Mimetype.getUri ( )

Definition at line 40 of file Mimetype.java.

Here is the caller graph for this function:

void eu.coform.Mimetype.setDescription ( String  description)

Definition at line 52 of file Mimetype.java.

void eu.coform.Mimetype.setExtension ( String  extension)

Definition at line 28 of file Mimetype.java.

void eu.coform.Mimetype.setMimetypeID ( int  mimetypeID)

Definition at line 20 of file Mimetype.java.

Here is the caller graph for this function:

void eu.coform.Mimetype.setName ( String  name)

Definition at line 36 of file Mimetype.java.

void eu.coform.Mimetype.setUri ( String  uri)

Definition at line 44 of file Mimetype.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations