public class BatchDocument extends GenericModel
DocumentConversion| Constructor and Description |
|---|
BatchDocument() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAddedToBatch()
Returns the date at which the document was added to the batch.
|
String |
getId()
Returns the id to the batch document.
|
List<Link> |
getLinks()
Returns the link to the batch document.
|
void |
setAddedToBatch(Date addedToBatch)
Sets the date at which the document was added to the batch.
|
void |
setId(String id)
Sets the id to the batch document.
|
void |
setLinks(List<Link> links)
Sets the links to the batch document.
|
equals, hashCode, toStringpublic String getId()
public void setId(String id)
id - the new idpublic Date getAddedToBatch()
public void setAddedToBatch(Date addedToBatch)
addedToBatch - the new added to batchCopyright © 2015. All rights reserved.