Class PageField
java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.PageField
The Class PageField.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the display name.longGets the field index.Gets the hierarchy unique name.longGets the item index.longGets the olap hierarchy index.voidsetDisplayName(String displayName)Sets the display name.voidsetFieldIndex(long fieldIndex)Sets the field index.voidsetHierarchyUniqueName(String hierarchyUniqueName)Sets the hierarchy unique name.voidsetItemIndex(long itemIndex)Sets the item index.voidsetOlapHierarchyIndex(long olapHierarchyIndex)Sets the olap hierarchy index.toString()
-
Constructor Details
-
PageField
public PageField()Instantiates a new page field.
-
-
Method Details
-
clone
-
toString
-
getDisplayName
Gets the display name.- Returns:
- the display name
-
setDisplayName
Sets the display name.- Parameters:
displayName- the new display name
-
getFieldIndex
public long getFieldIndex()Gets the field index.- Returns:
- the field index
-
setFieldIndex
public void setFieldIndex(long fieldIndex)Sets the field index.- Parameters:
fieldIndex- the new field index
-
getOlapHierarchyIndex
public long getOlapHierarchyIndex()Gets the olap hierarchy index.- Returns:
- the olap hierarchy index
-
setOlapHierarchyIndex
public void setOlapHierarchyIndex(long olapHierarchyIndex)Sets the olap hierarchy index.- Parameters:
olapHierarchyIndex- the new olap hierarchy index
-
getItemIndex
public long getItemIndex()Gets the item index.- Returns:
- the item index
-
setItemIndex
public void setItemIndex(long itemIndex)Sets the item index.- Parameters:
itemIndex- the new item index
-
getHierarchyUniqueName
Gets the hierarchy unique name.- Returns:
- the hierarchy unique name
-
setHierarchyUniqueName
Sets the hierarchy unique name.- Parameters:
hierarchyUniqueName- the new hierarchy unique name
-