public final class TemporaryDocumentId extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static TemporaryDocumentId |
create()
Creates a new
TemporaryDocumentId based on the current system time and the
UUID utility. |
boolean |
equals(Object obj) |
String |
getDocumentName() |
String |
getId() |
int |
hashCode() |
void |
setDocumentName(String name) |
String |
toString() |
public String getId()
public String getDocumentName()
public void setDocumentName(String name)
name
- the name of the temporary documentpublic static TemporaryDocumentId create()
TemporaryDocumentId
based on the current system time and the
UUID
utility.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.