com.auxilii.msgparser
Class FieldInformation

Object
  extended by com.auxilii.msgparser.FieldInformation

public class FieldInformation
extends Object

Convenience class for storing type information about a DocumentEntry.

Author:
roman.kurmanowytsch

Field Summary
protected  String clazz
          The class of the DocumentEntry.
protected  String type
          The type of the DocumentEntry.
static String UNKNOWN
          The default value for both the clazz and the type properties.
 
Constructor Summary
FieldInformation()
          Empty constructor that uses the default values.
FieldInformation(String clazz, String type)
          Constructor that allows to set the class and type properties.
 
Method Summary
 String getClazz()
           
 String getType()
           
 void setClazz(String clazz)
           
 void setType(String type)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final String UNKNOWN
The default value for both the clazz and the type properties.

See Also:
Constant Field Values

clazz

protected String clazz
The class of the DocumentEntry.


type

protected String type
The type of the DocumentEntry.

Constructor Detail

FieldInformation

public FieldInformation()
Empty constructor that uses the default values.


FieldInformation

public FieldInformation(String clazz,
                        String type)
Constructor that allows to set the class and type properties.

Parameters:
clazz - The class of the DocumentEntry.
type - The type of the DocumentEntry.
Method Detail

getClazz

public String getClazz()
Returns:
the clazz

setClazz

public void setClazz(String clazz)
Parameters:
clazz - the clazz to set

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set


Copyright © 2007 Roman Kurmanowytsch