Class AbstractIdentifiableElement
java.lang.Object
com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement
- Direct Known Subclasses:
ElementPropertyContainer
The class allows to make any element identifiable so that it is possible to store some metadata
for it.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) SequenceId
Obtains an identifier if it was set.(package private) void
setSequenceId
(SequenceId sequenceId) Sets an identifier.
-
Field Details
-
sequenceId
-
-
Constructor Details
-
AbstractIdentifiableElement
public AbstractIdentifiableElement()
-
-
Method Details
-
getSequenceId
SequenceId getSequenceId()Obtains an identifier if it was set.- Returns:
- identifier
-
setSequenceId
Sets an identifier.- Parameters:
sequenceId
- is a new identifier for the element
-