Class Scenarios
java.lang.Object
com.independentsoft.office.spreadsheet.Scenarios
The Class Scenarios.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the current.getItems()Gets the items.intGets the last shown.Gets the reference sequence.voidsetCurrent(int current)Sets the current.voidsetLastShown(int lastShown)Sets the last shown.voidsetReferenceSequence(String referenceSequence)Sets the reference sequence.toString()
-
Constructor Details
-
Scenarios
public Scenarios()Instantiates a new scenarios.
-
-
Method Details
-
clone
-
toString
-
getItems
Gets the items.- Returns:
- the items
-
getCurrent
public int getCurrent()Gets the current.- Returns:
- the current
-
setCurrent
public void setCurrent(int current)Sets the current.- Parameters:
current- the new current
-
getLastShown
public int getLastShown()Gets the last shown.- Returns:
- the last shown
-
setLastShown
public void setLastShown(int lastShown)Sets the last shown.- Parameters:
lastShown- the new last shown
-
getReferenceSequence
Gets the reference sequence.- Returns:
- the reference sequence
-
setReferenceSequence
Sets the reference sequence.- Parameters:
referenceSequence- the new reference sequence
-