Class DataConsolidationReference
java.lang.Object
com.independentsoft.office.spreadsheet.DataConsolidationReference
The Class DataConsolidationReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new data consolidation reference. -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Gets the name.Gets the reference.Gets the relationship id.Gets the sheet name.voidSets the name.voidsetReference(String reference)Sets the reference.voidsetRelationshipID(String relationshipID)Sets the relationship id.voidsetSheetName(String sheetName)Sets the sheet name.toString()
-
Constructor Details
-
DataConsolidationReference
public DataConsolidationReference()Instantiates a new data consolidation reference.
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getRelationshipID
Gets the relationship id.- Returns:
- the relationship id
-
setRelationshipID
Sets the relationship id.- Parameters:
relationshipID- the new relationship id
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getSheetName
Gets the sheet name.- Returns:
- the sheet name
-
setSheetName
Sets the sheet name.- Parameters:
sheetName- the new sheet name
-