it.eng.spagobi.engines.console.exporter
Class Field

java.lang.Object
  extended by it.eng.spagobi.engines.console.exporter.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 getAlias()
           
 java.lang.String getClassType()
          Gets the class type.
 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.
 java.lang.String getPattern()
           
 boolean isVisible()
           
 void setAlias(java.lang.String alias)
           
 void setClassType(java.lang.String classType)
          Sets the class type.
 void setDisplySize(int displySize)
          Sets the disply size.
 void setName(java.lang.String name)
          Sets the name.
 void setPattern(java.lang.String pattern)
           
 void setVisible(boolean visible)
           
 
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

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

getAlias

public java.lang.String getAlias()

setAlias

public void setAlias(java.lang.String alias)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

getPattern

public java.lang.String getPattern()

setPattern

public void setPattern(java.lang.String pattern)