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 ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2016 SAPERION AG. All rights reserved.