public class FieldMetadata extends Object
| Constructor and Description |
|---|
FieldMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCanTruncateValue()
Getter method for canTruncateValue.Indicates whether to truncate a value when the value exceeds the precision.
|
String |
getDecimalSeparator()
Getter method for .For numeric fields only.
|
String |
getDefaultValue()
Getter method for default value of the field, if any.
|
String |
getDescription()
Getter method for description of the object.
|
Integer |
getFirstDayOfWeek()
Getter method for firstDayOfWeek.
|
Integer |
getFiscalMonthOffset()
Getter method for fiscal offset.
|
String |
getFormat()
Getter method for format of the field.
|
String |
getFullyQualifiedName()
Getter method for fully qualified name.
|
Boolean |
getIsMultiValue()
Getter method for flag that tels if the field is a multi value field or not.
|
Boolean |
getIsSkipped()
Getter method for isSkipped.Indicates whether to skip the field when the data is uploaded.
|
Boolean |
getIsSystemField()
Getter method for flag that tells if the field is system field and should be excluded from query results.
|
Boolean |
getIsUniqueId()
Getter method for flag that tels if the field is a primary key or not.
|
Boolean |
getIsYearEndFiscalYear()
Getter method for isYearEndFiscalYear.For date fields only.
|
String |
getLabel()
Getter method for display name of the field.
|
String |
getMultiValueSeparator()
Getter method for multi value separator in case the field is a multi value field.
|
String |
getName()
Getter method for unique API name of the field.
|
Integer |
getPrecision()
Getter method for precision of the field.
|
Integer |
getScale()
Setter method for scale of the field.
|
DataType |
getType()
Getter method for type of the field.
|
void |
setCanTruncateValue(Boolean canTruncateValue)
Setter method for canTruncateValue.Indicates whether to truncate a value when the value exceeds the precision.
|
void |
setDecimalSeparator(String decimalSeparator)
Setter method for decimalSeparator.For numeric fields only.
|
void |
setDefaultValue(String defaultValue)
Setter method for default value of the field, if any.
|
void |
setDescription(String description)
Setter method for description of the object.
|
void |
setFirstDayOfWeek(Integer firstDayOfWeek)
Setter method for firstDayOfWeek.
|
void |
setFiscalMonthOffset(Integer fiscalMonthOffset)
Setter method for fiscal offset.
|
void |
setFormat(String format)
Setter method for format of the field.
|
void |
setFullyQualifiedName(String fullyQualifiedName)
Setter method for fully qualified name.
|
void |
setIsMultiValue(Boolean isMultiValue)
Setter method for flag that tels if the field is a multi value field or not.
|
void |
setIsSkipped(Boolean isSkipped)
Setter method for isSkipped.Indicates whether to skip the field when the data is uploaded.
|
void |
setIsSystemField(Boolean isSystemField)
Setter method for flag that tells if the field is system field and should be excluded from query results.
|
void |
setIsUniqueId(Boolean isUniqueId)
Setter method for flag that tels if the field is a primary key or not.
|
void |
setIsYearEndFiscalYear(Boolean isYearEndFiscalYear)
Setter method for isYearEndFiscalYear.For date fields only.
|
void |
setLabel(String label)
Setter method for display name of the field.
|
void |
setMultiValueSeparator(String multiValueSeparator)
Setter method for multi value separator in case the field is a multi value field.
|
void |
setName(String name)
Setter method for unique API name of the field.
|
void |
setPrecision(Integer precision)
Setter method for precision of the field.
|
void |
setScale(Integer scale)
Setter method for scale of the field.
|
void |
setType(DataType type)
Setter method for type of the field.
|
public String getDescription()
public void setDescription(String description)
description - - description of the objectpublic String getFullyQualifiedName()
public void setFullyQualifiedName(String fullyQualifiedName)
fullyQualifiedName - - full path that uniquely identifies the field.public String getLabel()
public void setLabel(String label)
label - - display name of the fieldpublic String getName()
public void setName(String name)
name - - unique API name of the fieldpublic Boolean getIsSystemField()
public void setIsSystemField(Boolean isSystemField)
isSystemField - - true if the field is system field, false otherwisepublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - the default value of the field. All numeric types must have a default valuepublic Boolean getIsUniqueId()
public void setIsUniqueId(Boolean isUniqueId)
isUniqueId - boolean value indicating if the field represents the a primary keypublic Boolean getIsMultiValue()
public void setIsMultiValue(Boolean isMultiValue)
isMultiValue - boolean value indicating if the field represents a multi value fieldpublic String getMultiValueSeparator()
public void setMultiValueSeparator(String multiValueSeparator)
multiValueSeparator - - the separator for multi value fieldpublic DataType getType()
public void setType(DataType type)
type - - the type of the fieldpublic Integer getPrecision()
public void setPrecision(Integer precision)
precision - - the precision of the fieldpublic Integer getScale()
public void setScale(Integer scale)
scale - - the scale of the fieldpublic String getFormat()
public void setFormat(String format)
format - - the format of the fieldpublic Integer getFiscalMonthOffset()
public void setFiscalMonthOffset(Integer fiscalMonthOffset)
fiscalMonthOffset - - the fiscal offset of the fieldpublic Boolean getCanTruncateValue()
public void setCanTruncateValue(Boolean canTruncateValue)
canTruncateValue - boolean value specifying if the value of the field should be truncated if it exceeds the precisionpublic String getDecimalSeparator()
public void setDecimalSeparator(String decimalSeparator)
decimalSeparator - value of the decimal separatorpublic Boolean getIsYearEndFiscalYear()
public void setIsYearEndFiscalYear(Boolean isYearEndFiscalYear)
isYearEndFiscalYear - - true, then the fiscal year is the year in which the fiscal year ends / false, then the fiscal year is the year in which the fiscal year beginspublic Integer getFirstDayOfWeek()
public void setFirstDayOfWeek(Integer firstDayOfWeek)
firstDayOfWeek - -0 to set the first day to be Sundaypublic Boolean getIsSkipped()
public void setIsSkipped(Boolean isSkipped)
isSkipped - boolean value indicating if the field should be skipped when the data is uploadedCopyright © 2025 MuleSoft, Inc.. All rights reserved.