com.ptc.wvs.client.pview
Class PViewMarkup

java.lang.Object
  extended bycom.ptc.wvs.client.pview.PViewMarkup
All Implemented Interfaces:
Serializable

public class PViewMarkup
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  byte[] astFile
           
private  String astFileName
           
private  byte[] bimage
           
private  JButton button
           
private  ImageIcon image
           
private  String name
           
private  String toolTip
           
 
Constructor Summary
PViewMarkup()
           
 
Method Summary
 byte[] getAstFile()
           
 String getAstFileName()
           
 JButton getButton()
           
 ImageIcon getImage()
           
 String getName()
           
 String getToolTip()
           
 void setAstFile(Byte[] file)
           
 void setAstFileName(String fileName)
           
 void setButton(JButton button)
           
 void setImage(Byte[] image)
           
 void setImage(ImageIcon image)
           
 void setName(String name)
           
 void setToolTip(String toolTip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

image

private ImageIcon image

button

private JButton button

name

private String name

astFileName

private String astFileName

toolTip

private String toolTip

bimage

private byte[] bimage

astFile

private byte[] astFile
Constructor Detail

PViewMarkup

public PViewMarkup()
Method Detail

getImage

public ImageIcon getImage()

setImage

public void setImage(ImageIcon image)

setImage

public void setImage(Byte[] image)

getAstFile

public byte[] getAstFile()

setAstFile

public void setAstFile(Byte[] file)

setAstFileName

public void setAstFileName(String fileName)

getAstFileName

public String getAstFileName()

getName

public String getName()

setName

public void setName(String name)

getToolTip

public String getToolTip()

setToolTip

public void setToolTip(String toolTip)

getButton

public JButton getButton()

setButton

public void setButton(JButton button)