public abstract class PageAnnotation extends Identifiable
| Constructor and Description |
|---|
PageAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
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) |
equals, getId, setIdpublic Date getCreateDate()
public void setCreateDate(Date createDate)
public String getCreatedByAuthor()
public void setCreatedByAuthor(String createdByAuthor)
public Date getModificationDate()
public void setModificationDate(Date modificationDate)
public String getModifiedByAuthor()
public void setModifiedByAuthor(String modifiedByAuthor)
public String getColor()
public void setColor(String color)
public Integer getxCoordinate()
public void setxCoordinate(Integer xCoordinate)
public Integer getyCoordinate()
public void setyCoordinate(Integer yCoordinate)
public Integer getHeight()
public void setHeight(Integer height)
public Integer getWidth()
public void setWidth(Integer width)
public int getPageNumber()
public void setPageNumber(int pageNumber)
public int getPageRelativeRotation()
public void setPageRelativeRotation(int pageRelativeRotation)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.