org.pdfsam.guiclient.dto
Class DocumentPage
java.lang.Object
org.pdfsam.guiclient.dto.DocumentPage
- All Implemented Interfaces:
- java.io.Serializable
public class DocumentPage
- extends java.lang.Object
- implements java.io.Serializable
Document page model used when loading the environment
- Author:
- Andrea Vacondio
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentPage
public DocumentPage()
DocumentPage
public DocumentPage(int pageNumber,
boolean deleted,
Rotation rotation)
- Parameters:
pageNumber - deleted - rotation -
getPageNumber
public int getPageNumber()
- Returns:
- the pageNumber
setPageNumber
public void setPageNumber(int pageNumber)
- Parameters:
pageNumber - the pageNumber to set
isDeleted
public boolean isDeleted()
- Returns:
- the deleted
setDeleted
public void setDeleted(boolean deleted)
- Parameters:
deleted - the deleted to set
getRotation
public Rotation getRotation()
- Returns:
- the rotation
setRotation
public void setRotation(Rotation rotation)
- Parameters:
rotation - the rotation to set