public class SimulScanTemplate extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<SimulScanTemplateElement> |
elements |
protected int |
height |
protected String |
name |
protected int |
number |
protected int |
width |
Modifier | Constructor and Description |
---|---|
protected |
SimulScanTemplate() |
Modifier and Type | Method and Description |
---|---|
List<SimulScanTemplateElement> |
getElements()
Returns a list of SimulScanTemplateElements that are contained in this template
|
int |
getHeight()
Returns the height of the template
|
int |
getId()
Returns the number of the template
|
String |
getName()
Returns the friendly name of the template
|
int |
getWidth()
Returns the width of the template
|
protected List<SimulScanTemplateElement> elements
protected String name
protected int number
protected int height
protected int width
public List<SimulScanTemplateElement> getElements()
public int getHeight()
public int getWidth()
public int getId()
public String getName()