public class PreviewPanelEntry extends Object
| Constructor and Description |
|---|
PreviewPanelEntry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColors() |
String |
getFormat() |
int |
getHeight() |
int |
getId() |
int |
getId2() |
int |
getId3() |
String |
getName() |
String |
getPath() |
int |
getResolution() |
String |
getStringID() |
String |
getText() |
String |
getText1() |
String |
getText2() |
String |
getText3() |
int |
getWidth() |
void |
setColors(int colors) |
void |
setFormat(String format) |
void |
setHeight(int height) |
void |
setId(int id) |
void |
setId2(int id2) |
void |
setId3(int id3) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setResolution(int resolution) |
void |
setStringID(String stringID) |
void |
setText(String text) |
void |
setText1(String text1) |
void |
setText2(String text2) |
void |
setText3(String text3) |
void |
setWidth(int width) |
String[] |
toArray() |
public int getId()
public void setId(int id)
id - the id to setpublic int getId2()
public void setId2(int id2)
id2 - the id2 to setpublic int getId3()
public void setId3(int id3)
id3 - the id3 to setpublic String getStringID()
public void setStringID(String stringID)
stringID - the stringID to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getFormat()
public void setFormat(String format)
format - the format to setpublic int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeight()
public void setHeight(int height)
height - the height to setpublic int getResolution()
public void setResolution(int resolution)
resolution - the resolution to setpublic int getColors()
public void setColors(int colors)
colors - the colors to setpublic String getText1()
public void setText1(String text1)
text1 - the text1 to setpublic String getText2()
public void setText2(String text2)
text2 - the text2 to setpublic String getText3()
public void setText3(String text3)
text3 - the text3 to setpublic String getText()
public void setText(String text)
text - the text to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic String[] toArray()
Copyright © 2017 SAP SE. All Rights Reserved.