Class GUIStamp

java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
com.logicaldoc.gui.common.client.beans.GUIStamp
All Implemented Interfaces:
Serializable

public class GUIStamp extends GUIExtensibleObject implements Serializable
Implementation of a Stamp
Since:
7.3
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Details

  • Constructor Details

    • GUIStamp

      public GUIStamp()
    • GUIStamp

      public GUIStamp(long id)
  • Method Details

    • getId

      public long getId()
      Overrides:
      getId in class GUIExtensibleObject
    • setId

      public void setId(long id)
      Overrides:
      setId in class GUIExtensibleObject
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getEnabled

      public int getEnabled()
    • setEnabled

      public void setEnabled(int enabled)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getOpacity

      public int getOpacity()
    • setOpacity

      public void setOpacity(int opacity)
    • getRotation

      public int getRotation()
    • setRotation

      public void setRotation(int rotation)
    • getExprX

      public String getExprX()
    • setExprX

      public void setExprX(String exprX)
    • getExprY

      public String getExprY()
    • setExprY

      public void setExprY(String exprY)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getAccessControlList

      public List<GUIAccessControlEntry> getAccessControlList()
    • setAccessControlList

      public void setAccessControlList(List<GUIAccessControlEntry> accessControlList)
    • getSize

      public int getSize()
    • setSize

      public void setSize(int size)
    • getAspectRatio

      public double getAspectRatio()
    • getPageOption

      public int getPageOption()
    • setPageOption

      public void setPageOption(int pageOption)
    • getPageSelection

      public String getPageSelection()
    • setPageSelection

      public void setPageSelection(String pageSelection)
    • getBarcodeLabel

      public int getBarcodeLabel()
    • setBarcodeLabel

      public void setBarcodeLabel(int barcodeLabel)
    • getBarcodeFormat

      public String getBarcodeFormat()
    • setBarcodeFormat

      public void setBarcodeFormat(String barcodeFormat)
    • getExprW

      public String getExprW()
    • getExprH

      public String getExprH()
    • setExprW

      public void setExprW(String exprW)
    • setExprH

      public void setExprH(String exprH)
    • getImageWidth

      public int getImageWidth()
    • getImageHeight

      public int getImageHeight()
    • setImageWidth

      public void setImageWidth(int imageWidth)
    • setImageHeight

      public void setImageHeight(int imageHeight)
    • getFont

      public String getFont()
    • setFont

      public void setFont(String font)
    • isRead

      public boolean isRead()
    • setRead

      public void setRead(boolean read)
    • isWrite

      public boolean isWrite()
    • setWrite

      public void setWrite(boolean write)