jpl.mipl.mdms.FileService.komodo.api
Class FileTypeInfo

java.lang.Object
  extended by jpl.mipl.mdms.FileService.komodo.api.FileTypeInfo

public class FileTypeInfo
extends Object

BaseClient-side Komodo internal file type class.

Methods are provided for returning file type and server information.

Version:
$Id: FileTypeInfo.java,v 1.5 2005/03/09 00:15:50 ntt Exp $
Author:
J. Jacobson, R. Pavlovsky

Constructor Summary
FileTypeInfo(String groupName, String typeName)
          Constructor, takes one string argument for the name of the file type.
 
Method Summary
 String toString()
          Get a string representation of class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileTypeInfo

public FileTypeInfo(String groupName,
                    String typeName)
Constructor, takes one string argument for the name of the file type.

Parameters:
name - The file type name
Method Detail

toString

public String toString()
Get a string representation of class

Overrides:
toString in class Object
Returns:
String representation of class