it.eng.qbe.export
Class Field

java.lang.Object
  extended by it.eng.qbe.export.Field

public class Field
extends java.lang.Object

The Class Field.

Author:
Gioia

Constructor Summary
Field(java.lang.String name, java.lang.String classType, int displySize)
          Instantiates a new field.
 
Method Summary
 java.lang.String getClassType()
          Gets the class type.
 java.lang.String getDescription()
          Gets the description.
 int getDisplySize()
          Gets the disply size.
static java.lang.String getFieldType(java.lang.String type)
          Return the correct field type...
 java.lang.String getName()
          Gets the name.
 void setClassType(java.lang.String classType)
          Sets the class type.
 void setDescription(java.lang.String description)
          Sets the description.
 void setDisplySize(int displySize)
          Sets the disply size.
 void setName(java.lang.String name)
          Sets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field(java.lang.String name,
             java.lang.String classType,
             int displySize)
Instantiates a new field.

Parameters:
name - the name
classType - the class type
displySize - the disply size
Method Detail

getClassType

public java.lang.String getClassType()
Gets the class type.

Returns:
the class type

setClassType

public void setClassType(java.lang.String classType)
Sets the class type.

Parameters:
classType - the new class type

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getFieldType

public static java.lang.String getFieldType(java.lang.String type)
Return the correct field type... *

Parameters:
type - the type
Returns:
the field type

getDisplySize

public int getDisplySize()
Gets the disply size.

Returns:
the disply size

setDisplySize

public void setDisplySize(int displySize)
Sets the disply size.

Parameters:
displySize - the new disply size