Class GetVariableMeta.FieldDefinition
java.lang.Object
org.pentaho.di.trans.steps.getvariable.GetVariableMeta.FieldDefinition
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- GetVariableMeta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intintintgetGroup()intvoidsetCurrency(String currency) voidsetDecimal(String decimal) voidsetFieldFormat(String fieldFormat) voidsetFieldLength(int fieldLength) voidsetFieldName(String fieldName) voidsetFieldPrecision(int fieldPrecision) voidsetFieldType(int fieldType) voidvoidsetTrimType(int trimType) voidsetVariableString(String variableString)
-
Constructor Details
-
FieldDefinition
public FieldDefinition()
-
-
Method Details
-
getFieldName
- Returns:
- Returns the fieldName.
-
setFieldName
- Parameters:
fieldName- The fieldName to set.
-
getVariableString
- Returns:
- Returns the strings containing variables.
-
setVariableString
- Parameters:
variableString- The variable strings to set.
-
getFieldType
public int getFieldType()- Returns:
- the field type (ValueMetaInterface.TYPE_*)
-
setFieldType
public void setFieldType(int fieldType) - Parameters:
fieldType- the field type to set (ValueMetaInterface.TYPE_*)
-
getFieldFormat
- Returns:
- the fieldFormat
-
setFieldFormat
- Parameters:
fieldFormat- the fieldFormat to set
-
getFieldLength
public int getFieldLength()- Returns:
- the fieldLength
-
setFieldLength
public void setFieldLength(int fieldLength) - Parameters:
fieldLength- the fieldLength to set
-
getFieldPrecision
public int getFieldPrecision()- Returns:
- the fieldPrecision
-
setFieldPrecision
public void setFieldPrecision(int fieldPrecision) - Parameters:
fieldPrecision- the fieldPrecision to set
-
getCurrency
- Returns:
- the currency
-
setCurrency
- Parameters:
currency- the currency to set
-
getDecimal
- Returns:
- the decimal
-
setDecimal
- Parameters:
decimal- the decimal to set
-
getGroup
- Returns:
- the group
-
setGroup
- Parameters:
group- the group to set
-
getTrimType
public int getTrimType()- Returns:
- the trimType
-
setTrimType
public void setTrimType(int trimType) - Parameters:
trimType- the trimType to set
-
clone
-