org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Class PageAnnotation

java.lang.Object
  extended by org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
      extended by org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Highlight, Note, Stamp

public abstract class PageAnnotation
extends Identifiable

See Also:
Serialized Form

Constructor Summary
PageAnnotation()
           
 
Method Summary
 String getColor()
           
 Date getCreateDate()
           
 String getCreatedByAuthor()
           
 Integer getHeight()
           
 Date getModificationDate()
           
 String getModifiedByAuthor()
           
 int getPageNumber()
           
 int getPageRelativeRotation()
           
 Integer getWidth()
           
 Integer getxCoordinate()
           
 Integer getyCoordinate()
           
 void setColor(String color)
           
 void setCreateDate(Date createDate)
           
 void setCreatedByAuthor(String createdByAuthor)
           
 void setHeight(Integer height)
           
 void setModificationDate(Date modificationDate)
           
 void setModifiedByAuthor(String modifiedByAuthor)
           
 void setPageNumber(int pageNumber)
           
 void setPageRelativeRotation(int pageRelativeRotation)
           
 void setWidth(Integer width)
           
 void setxCoordinate(Integer xCoordinate)
           
 void setyCoordinate(Integer yCoordinate)
           
 
Methods inherited from class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
equals, getId, setId
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageAnnotation

public PageAnnotation()
Method Detail

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getCreatedByAuthor

public String getCreatedByAuthor()

setCreatedByAuthor

public void setCreatedByAuthor(String createdByAuthor)

getModificationDate

public Date getModificationDate()

setModificationDate

public void setModificationDate(Date modificationDate)

getModifiedByAuthor

public String getModifiedByAuthor()

setModifiedByAuthor

public void setModifiedByAuthor(String modifiedByAuthor)

getColor

public String getColor()

setColor

public void setColor(String color)

getxCoordinate

public Integer getxCoordinate()

setxCoordinate

public void setxCoordinate(Integer xCoordinate)

getyCoordinate

public Integer getyCoordinate()

setyCoordinate

public void setyCoordinate(Integer yCoordinate)

getHeight

public Integer getHeight()

setHeight

public void setHeight(Integer height)

getWidth

public Integer getWidth()

setWidth

public void setWidth(Integer width)

getPageNumber

public int getPageNumber()

setPageNumber

public void setPageNumber(int pageNumber)

getPageRelativeRotation

public int getPageRelativeRotation()

setPageRelativeRotation

public void setPageRelativeRotation(int pageRelativeRotation)


Copyright © 2017 Eclipse Stardust. All Rights Reserved.