public class ExportElement extends Object
| Constructor and Description |
|---|
ExportElement(int row,
int column,
boolean shown,
boolean exported)
Constructor that sets the attributes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getRow() |
boolean |
isExported() |
boolean |
isShown() |
void |
setColumn(int column) |
void |
setExported(boolean exported) |
void |
setRow(int row) |
void |
setShown(boolean shown) |
public ExportElement(int row,
int column,
boolean shown,
boolean exported)
row - The rowcolumn - The columnshown - Indicates that element is initially shownexported - Indicates that element is exportedpublic int getRow()
public void setRow(int row)
row - the row to setpublic int getColumn()
public void setColumn(int column)
column - the column to setpublic boolean isShown()
public void setShown(boolean shown)
shown - the hidden to setpublic boolean isExported()
public void setExported(boolean exported)
exported - the exported to setCopyright © 2006–2020 Esito AS. All rights reserved.