public class Id extends Object
Represents file identifier structure.
Document doc = new Document("example.pdf"); String original = doc.getId().getOriginal(); String modified = doc.getId().getModified();
Modifier and Type | Method and Description |
---|---|
String |
getModified()
Changing identifier based on the document's contents at the time it was last updated.
|
String |
getOriginal()
Permanent identifier based on the contents of the document at the time it was originally
created.
|
public String getOriginal()
Permanent identifier based on the contents of the document at the time it was originally created.
public String getModified()
Changing identifier based on the document's contents at the time it was last updated.