public class CrossSheetReference extends NamedModel<Long>
| Constructor and Description |
|---|
CrossSheetReference() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEndColumnId()
Get the last column ID in the cross sheet reference block
|
Long |
getEndRowId()
Get the last row ID in the cross sheet reference block
|
Long |
getSourceSheetId()
Get the source sheet ID for the cross sheet reference
|
Long |
getStartColumnId()
Get the start column ID for the cross sheet reference block
|
Long |
getStartRowId()
Get the start row ID for the cross sheet reference block
|
CrossSheetReferenceStatus |
getStatus()
Get the status of the cross sheet reference
|
CrossSheetReference |
setEndColumnId(Long endColumnId)
Set the last column ID in the cross sheet reference block
|
CrossSheetReference |
setEndRowId(Long endRowId)
Set the last row ID in the cross sheet reference block
|
CrossSheetReference |
setName(String name)
Provide an 'override' of setName (returns CrossSheetReference not NamedModel)
|
CrossSheetReference |
setSourceSheetId(Long sourceSheetId)
Set the source sheet ID for the cross sheet reference
|
CrossSheetReference |
setStartColumnId(Long startColumnId)
Set the start column ID for the cross sheet reference block
|
CrossSheetReference |
setStartRowId(Long startRowId)
Set the start row ID for the cross sheet reference block
|
CrossSheetReference |
setStatus(CrossSheetReferenceStatus status)
Set the status of the cross sheet reference
|
getNameequals, getId, hashCode, setIdpublic CrossSheetReference setName(String name)
setName in class NamedModel<Long>name - the new namepublic Long getEndColumnId()
public CrossSheetReference setEndColumnId(Long endColumnId)
endColumnId - the last column IDpublic Long getEndRowId()
public CrossSheetReference setEndRowId(Long endRowId)
endRowId - the last row IDpublic Long getSourceSheetId()
public CrossSheetReference setSourceSheetId(Long sourceSheetId)
sourceSheetId - the source sheet IDpublic Long getStartColumnId()
public CrossSheetReference setStartColumnId(Long startColumnId)
startColumnId - the start column IDpublic Long getStartRowId()
public CrossSheetReference setStartRowId(Long startRowId)
startRowId - the start row IDpublic CrossSheetReferenceStatus getStatus()
public CrossSheetReference setStatus(CrossSheetReferenceStatus status)
status - CrossSheetReferenceStatus enumCopyright © 2014–2019 Smartsheet. All rights reserved.