public class FileData extends Object implements Serializable
Represents a container for common document properties.
Constructor and Description |
---|
FileData()
Initializes a new instance of the
FileData class. |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
getAttachments()
The attachments.
|
Date |
getDateCreated()
The created time.
|
Date |
getDateModified()
The last modification date.
|
int |
getMaxHeight()
The maximum height.
|
int |
getMaxWidth()
The maximum width.
|
int |
getPageCount()
The page count.
|
List<PageData> |
getPages()
The pages.
|
void |
setAttachments(List<Attachment> value)
The attachments.
|
void |
setDateCreated(Date value)
The created time.
|
void |
setDateModified(Date value)
The last modification date.
|
void |
setMaxHeight(int value)
The maximum height.
|
void |
setMaxWidth(int value)
The maximum width.
|
void |
setPageCount(int value)
The page count.
|
void |
setPages(List<PageData> value)
The pages.
|
String |
toString() |
public Date getDateModified()
The last modification date.
public void setDateModified(Date value)
The last modification date.
value
- the valuepublic Date getDateCreated()
The created time.
public void setDateCreated(Date value)
The created time.
value
- the valuepublic int getPageCount()
The page count.
public void setPageCount(int value)
The page count.
value
- the valuepublic int getMaxWidth()
The maximum width.
public void setMaxWidth(int value)
The maximum width.
value
- the valuepublic int getMaxHeight()
The maximum height.
public void setMaxHeight(int value)
The maximum height.
value
- the valuepublic List<Attachment> getAttachments()
The attachments.
public void setAttachments(List<Attachment> value)
The attachments.
value
- a java$util$List object.Copyright © 2018. All rights reserved.