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 TemporaryDocumentIdcreate()Creates a newTemporaryDocumentIdbased on the current system time and theUUIDutility.booleangetId()inthashCode()voidsetDocumentName(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 newTemporaryDocumentIdbased on the current system time and theUUIDutility.- Returns:
- new temporary document id
-
toString
-
hashCode
public int hashCode() -
equals
-