Package csw.params.core.models
Class Id
java.lang.Object
csw.params.core.models.Id
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
Implementation of unique id fulfilling TMT requirements (returned from a queue submit).
param: id a string representation of unique id
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Id
-
-
Method Details
-
apply
A helper method to create Id with random unique id generator- Returns:
- an instance of Id
-
id
-