Class FieldMappingData
java.lang.Object
com.independentsoft.office.word.mailMerge.FieldMappingData
The Class FieldMappingData.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()longGets the column index.Gets the column name.Gets the dynamic address.Gets the language.Gets the mapped name.getType()Gets the type.voidsetColumnIndex(long columnIndex)Sets the column index.voidsetColumnName(String columnName)Sets the column name.voidsetDynamicAddress(ExtendedBoolean dynamicAddress)Sets the dynamic address.voidsetLanguage(String language)Sets the language.voidsetMappedName(String mappedName)Sets the mapped name.voidsetType(MergeFieldMappingType type)Sets the type.toString()
-
Constructor Details
-
FieldMappingData
public FieldMappingData()Instantiates a new field mapping data.
-
-
Method Details
-
clone
-
toString
-
getColumnIndex
public long getColumnIndex()Gets the column index.- Returns:
- the column index
-
setColumnIndex
public void setColumnIndex(long columnIndex)Sets the column index.- Parameters:
columnIndex- the new column index
-
getDynamicAddress
Gets the dynamic address.- Returns:
- the dynamic address
-
setDynamicAddress
Sets the dynamic address.- Parameters:
dynamicAddress- the new dynamic address
-
getLanguage
Gets the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the new language
-
getMappedName
Gets the mapped name.- Returns:
- the mapped name
-
setMappedName
Sets the mapped name.- Parameters:
mappedName- the new mapped name
-
getColumnName
Gets the column name.- Returns:
- the column name
-
setColumnName
Sets the column name.- Parameters:
columnName- the new column name
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-