Class Scenario
java.lang.Object
com.independentsoft.office.spreadsheet.Scenario
The Class Scenario.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the comment.Gets the input cells.getName()Gets the name.getUser()Gets the user.booleanisHidden()Checks if is hidden.booleanisLocked()Checks if is locked.voidsetComment(String comment)Sets the comment.voidsetHidden(boolean isHidden)Sets the hidden.voidsetLocked(boolean isLocked)Sets the locked.voidSets the name.voidSets the user.toString()
-
Constructor Details
-
Scenario
public Scenario()Instantiates a new scenario.
-
-
Method Details
-
clone
-
toString
-
getInputCells
Gets the input cells.- Returns:
- the input cells
-
getComment
Gets the comment.- Returns:
- the comment
-
setComment
Sets the comment.- Parameters:
comment- the new comment
-
isHidden
public boolean isHidden()Checks if is hidden.- Returns:
- true, if is hidden
-
setHidden
public void setHidden(boolean isHidden)Sets the hidden.- Parameters:
isHidden- the new hidden
-
isLocked
public boolean isLocked()Checks if is locked.- Returns:
- true, if is locked
-
setLocked
public void setLocked(boolean isLocked)Sets the locked.- Parameters:
isLocked- the new locked
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getUser
Gets the user.- Returns:
- the user
-
setUser
Sets the user.- Parameters:
user- the new user
-