Package com.seeq.model
Class WorksheetInputV1
java.lang.Object
com.seeq.model.WorksheetInputV1
WorksheetInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbranchFrom
(String branchFrom) boolean
Create a new worksheet by duplicating the contents and history of the worksheet with the specified ID.getName()
Human readable name.int
hashCode()
void
setBranchFrom
(String branchFrom) void
toString()
-
Constructor Details
-
WorksheetInputV1
public WorksheetInputV1()
-
-
Method Details
-
branchFrom
-
getBranchFrom
Create a new worksheet by duplicating the contents and history of the worksheet with the specified ID. When null, no branching will occur; resulting worksheet will be blank.- Returns:
- branchFrom
-
setBranchFrom
-
name
-
getName
Human readable name. Null or whitespace names are not permitted.- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-