Class RecipientData
java.lang.Object
com.independentsoft.office.word.mailMerge.RecipientData
The Class RecipientData.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the active.longGets the column index.Gets the unique tag.voidsetActive(ExtendedBoolean active)Sets the active.voidsetColumnIndex(long columnIndex)Sets the column index.voidsetUniqueTag(String uniqueTag)Sets the unique tag.toString()
-
Constructor Details
-
RecipientData
public RecipientData()Instantiates a new recipient 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
-
getActive
Gets the active.- Returns:
- the active
-
setActive
Sets the active.- Parameters:
active- the new active
-
getUniqueTag
Gets the unique tag.- Returns:
- the unique tag
-
setUniqueTag
Sets the unique tag.- Parameters:
uniqueTag- the new unique tag
-