Package com.saperion.ngc.model.document
Class TemporaryDocumentId
java.lang.Object
com.saperion.ngc.model.document.TemporaryDocumentId
- All Implemented Interfaces:
Serializable
Identifies a temporary document.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic TemporaryDocumentId
create()
Creates a newTemporaryDocumentId
based on the current system time and theUUID
utility.boolean
getId()
int
hashCode()
void
setDocumentName
(String name) toString()
-
Method Details
-
getId
- Returns:
- object ID of the document. This corresponds with the SysRowId. Never null.
-
getDocumentName
- Returns:
- the name of the temporary document
-
setDocumentName
- Parameters:
name
- the name of the temporary document
-
create
Creates a newTemporaryDocumentId
based on the current system time and theUUID
utility.- Returns:
- new temporary document id
-
toString
-
hashCode
public int hashCode() -
equals
-