public class RememberDocumentBean extends Object
| Constructor and Description |
|---|
RememberDocumentBean(DocumentId docId,
int elementNr,
DocumentArchiveMetaInfo.ElementArchiveMetaInfo metaInfo,
long size,
boolean sizeIgnored)
Creates a new DocumentHelper Object that holds information about a document like its docId.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentId |
getDocumentId()
Gets the document id.
|
int |
getElementNumber()
Gets the element number.
|
long |
getElementSize()
Gets the element size.
|
DocumentArchiveMetaInfo.ElementArchiveMetaInfo |
getPageMetaInfo()
Gets the page meta info.
|
boolean |
isIgnoreSize()
Checks if is ignore size.
|
public RememberDocumentBean(DocumentId docId, int elementNr, DocumentArchiveMetaInfo.ElementArchiveMetaInfo metaInfo, long size, boolean sizeIgnored)
docId - Id of the document.elementNr - Number of the elements.metaInfo - Meta information about the document.size - size of the elementsizeIgnored - size will be ignored if truepublic DocumentId getDocumentId()
public int getElementNumber()
public DocumentArchiveMetaInfo.ElementArchiveMetaInfo getPageMetaInfo()
public long getElementSize()
public boolean isIgnoreSize()
Copyright © 2016 SAPERION AG. All rights reserved.